open-vault/website/source/api/system/rotate.html.md

950 B

layout page_title sidebar_current description
api /sys/rotate - HTTP API docs-http-system-rotate The `/sys/rotate` endpoint is used to rotate the encryption key.

/sys/rotate

The /sys/rotate endpoint is used to rotate the encryption key.

Rotate Encryption Key

This endpoint triggers a rotation of the backend encryption key. This is the key that is used to encrypt data written to the storage backend, and is not provided to operators. This operation is done online. Future values are encrypted with the new key, while old values are decrypted with previous encryption keys.

Method Path Produces
PUT /sys/rotate 204 (empty body)

Sample Request

$ curl \
    --header "X-Vault-Token: ..." \
    --request PUT \
    https://vault.rocks/v1/sys/rotate