# [BETA] Create KMS Key **POST /kms-key** Create a KMS Key in a given zone with a given name. ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Body: application/json (object) - **name** (string) - **description** (string) - **usage** (string) - **multi-zone** (boolean) ## Responses ### 201 201 #### Body: application/json (object) - **description** (string) - **revision** (object) - **name** (string) - **multi-zone** (boolean) - **source** (string) - **policy** (string) - **usage** (string) - **status** (string) - **status-since** (string(date-time)) - **id** (string(uuid)) - **origin-zone** (string) - **created-at** (string(date-time)) ### 400 400 #### Body: application/json (object) - **type** (string(uri-reference)) - **title** (string) - **status** (integer) - **detail** (string) - **instance** (string(uri-reference)) - **errors** (array[object]) ### 409 409 #### Body: application/json (object) - **type** (string(uri-reference)) - **title** (string) - **status** (integer) - **detail** (string) - **instance** (string(uri-reference)) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)