Skip to main content

clusterOptionUpdate

Update an existing cluster option's configuration.

Modifies cluster option details including pricing, availability, product associations, and metadata. Only provided fields will be updated, others remain unchanged.

Possible errors:

  • UPDATE_CLUSTER_OPTION_ERROR: Failed to update the cluster option

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

clusterOptionUpdate(
clusterId: Int!
optionId: Int!
input: ClusterOptionUpdateInput!
): ClusterOption!

Arguments

clusterOptionUpdate.clusterId ● Int! non-null scalar

Unique identifier of the cluster containing the option.

Must be a valid cluster ID that exists in the system.

clusterOptionUpdate.optionId ● Int! non-null scalar

Unique identifier of the cluster option to update.

Must be a valid option ID that belongs to the specified cluster.

clusterOptionUpdate.input ● ClusterOptionUpdateInput! non-null input

Updated cluster option information.

Contains the option properties to update. Only provided fields will be changed, others remain unchanged.

Type

ClusterOption object