Skip to main content

clusterConfigUpdate

Apply a partial update to an existing cluster configuration.

Only the fields supplied in the input are modified; omitted fields are left untouched.

Possible errors:

  • CLUSTER_CONFIG_NOT_FOUND: The supplied identifier did not match any cluster configuration.
  • SCHEMA_VALIDATION: One or more input fields failed validation.

AUTH: Role=[product.OWNER,product.EDITOR]

clusterConfigUpdate(
input: ClusterConfigUpdateInput!
clusterConfigId: Int
): ClusterConfig!

Arguments

clusterConfigUpdate.input ● ClusterConfigUpdateInput! non-null input

Fields to update on the cluster configuration. Omitted fields keep their current value.

clusterConfigUpdate.clusterConfigId ● Int scalar

Numeric identifier of the cluster configuration to update.

Type

ClusterConfig object

Cluster configuration template that defines how clusters should be configured