clusterConfigDelete
Permanently delete a cluster configuration template.
Removes the configuration template and all associated settings. This action cannot be undone and will affect any clusters currently using this configuration.
Possible errors:
- DELETE_CLUSTER_CONFIG_ERROR: Failed to delete the cluster configuration
AUTH: Role=[product.OWNER]
clusterConfigDelete(
id: Int!
): Boolean!
Arguments
clusterConfigDelete.id
● Int!
non-null scalar
Unique identifier of the cluster configuration to delete.
Must be a valid cluster configuration ID that exists in the system.
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.