KMS Keys

Rotate KMS key. Generates new key material for the key and increments its version. Previous key material is retained so existing ciphertexts remain decryptable; new encrypt operations use the new material. Only supported for encrypt-decrypt keys.

post/api/v1/kms/keys/{keyId}/rotate

Path parameters

keyIdstring uuid required

The ID of the key to be rotated.

Response

Default Response

Changes

Changed in 2 of the 23 revisions of this API.12

    • added the optional property / to the response with the status

      response-optional-property-added

  • 5dbb77aad0f511See the full diff
    • removed the required property / from the response with the status

      response-required-property-removed

    • added the required property / to the response with the status

      response-required-property-added