Method: instances.RotateServerCertificate Stay organized with collections Save and categorize content based on your preferences.
- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- InstancesRotateServerCertificateRequest
- RotateServerCertificateContext
- Examples
- Try it!
Rotates the server certificate version to one previously added with the addServerCertificate method. For instances not using Certificate Authority Service (CAS) server CA, use instances.rotateServerCa instead.
HTTP request
POST https://sqladmin.googleapis.com/v1/projects/{project}/instances/{instance}/rotateServerCertificate
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
project |
Required. Project ID of the project that contains the instance. |
instance |
Required. Cloud SQL instance ID. This does not include the project ID. |
Request body
The request body contains an instance ofInstancesRotateServerCertificateRequest.
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.
InstancesRotateServerCertificateRequest
Rotate server certificate request.
| JSON representation |
|---|
{"rotateServerCertificateContext":{object ( |
| Fields | |
|---|---|
rotateServerCertificateContext |
Optional. Contains details about the rotate server certificate operation. |
RotateServerCertificateContext
Instance rotate server certificate context.
| JSON representation |
|---|
{"kind":string,"nextVersion":string} |
| Fields | |
|---|---|
kind |
Optional. This is always |
nextVersion |
The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version. |
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-23 UTC.