Cluster Settings V2

Update cluster's general settings

Make an update to an active cluster's non-application specific settings.

SecurityBasic Authentication
Request
path Parameters
clusterId
required
string <uuid>
Request Body schema: application/json
required
description
string

A description of the cluster

object (TwoFactorDeleteSettingsV2)
Responses
202

Successfully update cluster settings.

put/cluster-management/v2/operations/clusters/v2/{clusterId}/change-settings/v2
Request samples
application/json
{
  • "description": "Cluster managed by the integration team.",
  • "twoFactorDelete": {
    }
}
Response samples
application/json
{
  • "description": "Cluster managed by the integration team.",
  • "twoFactorDelete": {
    }
}