Method: instances.reencrypt
- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- InstancesReencryptRequest
- BackupReencryptionConfig
- BackupType
- Examples
- Try it!
instances.reencrypt CMEK instance with latest key version.
HTTP request
POST https://sqladmin.googleapis.com/v1/projects/{project}/instances/{instance}/reencrypt
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
project |
ID of the project that contains the instance. |
instance |
Cloud SQL instance ID. This does not include the project ID. |
Request body
The request body contains an instance ofInstancesReencryptRequest.
Response body
If successful, the response body contains an instance ofOperation.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/sqlservice.admin
For more information, see theAuthentication Overview.
InstancesReencryptRequest
Database Instance reencrypt request.
| JSON representation |
|---|
{"backupReencryptionConfig":{object ( |
| Fields | |
|---|---|
backupReencryptionConfig |
Configuration specific to backup re-encryption |
BackupReencryptionConfig
Backup Reencryption Config
| JSON representation |
|---|
{"backupLimit":integer,"backupType":enum ( |
| Fields | |
|---|---|
backupLimit |
Backup re-encryption limit |
backupType |
Type of backups users want to re-encrypt. |
BackupType
Backup type for re-encryption
| Enums | |
|---|---|
BACKUP_TYPE_UNSPECIFIED | Unknown backup type, will be defaulted to AUTOMATIC backup type |
AUTOMATED | instances.reencrypt automatic backups |
ON_DEMAND | instances.reencrypt on-demand backups |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-27 UTC.