v1
latestOpenAPI 3.0.22026-08-062794201004.1 KBCMEK
Rotate Azure Key For Project
Initiates the process to rotate an Azure customer-managed encryption key in a project and update its associated metadata within the system.
In order to access this endpoint, the provided API key must have at least one of the following roles:
- Organization Owner
- Project Owner
- Project Manager
- Project Viewer
- Database Data Reader/Writer
- Database Data Reader
To learn more, see Organization, Project, and Database Access Overview.
put/v4/organizations/{organizationId}/projects/{projectId}/cmek/{cmekId}
Request body
Example request
{
"config": {
"keyLocation": "https://my-vault.vault.azure.net/keys/my-key/846dec161545466586fd1f19849dd1ef",
"region": "eastus"
}
}Response
Successfully submitted request to rotate the encryption key.