Disables a KMS Key by setting its state to "disabled". This prevents the use of the KMS key for cryptographic and key lifecycle operations.
POST
/kms-key/{id}/disable
curl \
--request POST 'https://api-ch-gva-2.exoscale.com/v2/kms-key/{id}/disable'
Response examples (200)
{
"status": "success"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string"
}