clusterConfigRemoveSetting
Remove a setting from a cluster configuration template.
Permanently removes a configuration setting from the template. This action cannot be undone and will affect how clusters using this configuration behave.
Possible errors:
- REMOVE_SETTING_FROM_CLUSTER_CONFIG_ERROR: Failed to remove the setting from the configuration
AUTH: Role=[product.OWNER]
clusterConfigRemoveSetting(
clusterConfigId: Int!
settingId: Int!
): Boolean!
Arguments
clusterConfigRemoveSetting.clusterConfigId ● Int! non-null scalar
Unique identifier of the cluster configuration to modify.
Must be a valid cluster configuration ID that exists in the system.
clusterConfigRemoveSetting.settingId ● Int! non-null scalar
Unique identifier of the configuration setting to remove.
Must be a valid setting ID that belongs to the specified cluster configuration.
Type
Boolean scalar
The Boolean scalar type represents true or false.