# Create an SKS cluster **POST /sks-cluster** ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Body: application/json (object) - **description** (string | null) Cluster description - **labels** (object) - **cni** (string) Cluster CNI - **auto-upgrade** (boolean) Enable auto upgrade of the control plane to the latest patch version available - **networking** (object) Cluster networking configuration. - **oidc** (object) SKS Cluster OpenID config map - **name** (string) Cluster name - **create-default-security-group** (boolean | null) Creates an ad-hoc security group based on the choice of the selected CNI - **enable-kube-proxy** (boolean) Indicates whether to deploy the Kubernetes network proxy. When unspecified, defaults to `true` unless Cilium CNI is selected - **level** (string) Cluster service level - **feature-gates** (array[string]) A list of Kubernetes-only Alpha features to enable for API server component - **addons** (array[string]) Cluster addons - **audit** (object) Kubernetes Audit parameters - **version** (string) Control plane Kubernetes version ## 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)