# Update an SKS cluster **PUT /sks-cluster/{id}** ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Path parameters - **id** (string(uuid)) ### Body: application/json (object) - **description** (string | null) Cluster description - **labels** (object) - **auto-upgrade** (boolean) Enable auto upgrade of the control plane to the latest patch version available - **oidc** (object) SKS Cluster OpenID config map - **name** (string) Cluster name - **enable-operators-ca** (boolean) Add or remove the operators certificate authority (CA) from the list of trusted CAs of the api server. The default value is true - **feature-gates** (array[string] | null) A list of Kubernetes-only Alpha features to enable for API server component - **addons** (array[string]) Cluster addons - **audit** (object) Kubernetes Audit parameters ## Responses ### 200 200 #### Body: application/json (object) - **id** (string(uuid)) Operation ID - **reason** (string) Operation failure reason - **reference** (object) Related resource reference - **message** (string) Operation message - **state** (string) Operation status [Powered by Bump.sh](https://bump.sh)