Cluster Configs
Cluster configuration templates that define the configurable options exposed by clusters built from the template.
📄️ Create a cluster configuration
Creates a cluster configuration template, optionally seeding it with the initial set of configurable settings.
📄️ List all cluster configurations
Returns every cluster configuration available in the catalogue. Related settings can be returned inline using the expands query parameter.
📄️ Retrieve a cluster configuration
Retrieves a cluster configuration by internal identifier or by name. Related settings can be returned inline using the expands query parameter.
📄️ Update a cluster configuration
Applies a partial update to the cluster configuration identified by the URL. Only fields supplied in the request body are modified.
📄️ Delete a cluster configuration
Removes the cluster configuration identified by the URL. A configuration cannot be deleted while it is still bound to one or more clusters.
📄️ Add a setting to a cluster configuration
Creates a new setting on the cluster configuration identified by the URL.
📄️ Update a setting on a cluster configuration
Applies a partial update to a setting belonging to the cluster configuration identified by the URL. Only fields supplied in the request body are modified.
📄️ Delete a setting from a cluster configuration
Removes a setting from the cluster configuration identified by the URL.
📄️ Create or update cluster configurations in bulk
Processes a list of cluster configurations in a single request, creating new configurations and updating existing ones.