Method: instances.RotateServerCertificate

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

string

Required. Project ID of the project that contains the instance.

instance

string

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-platform
  • https://www.googleapis.com/auth/sqlservice.admin

For more information, see theAuthentication Overview.

InstancesRotateServerCertificateRequest

Rotate server certificate request.

JSON representation
{"rotateServerCertificateContext":{object (RotateServerCertificateContext)}}
Fields
rotateServerCertificateContext

object (RotateServerCertificateContext)

Optional. Contains details about the rotate server certificate operation.

RotateServerCertificateContext

Instance rotate server certificate context.

JSON representation
{"kind":string,"nextVersion":string}
Fields
kind

string

Optional. This is alwayssql#rotateServerCertificateContext.

nextVersion

string

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.