Method: instances.resetSslConfig
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- ResetSslMode
- Examples
- Try it!
Deletes all client certificates and generates a new server SSL certificate for the instance.
HTTP request
POST https://sqladmin.googleapis.com/v1/projects/{project}/instances/{instance}/resetSslConfig
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
project |
Project ID of the project that contains the instance. |
instance |
Cloud SQL instance ID. This does not include the project ID. |
Query parameters
| Parameters | |
|---|---|
mode |
Optional. Reset SSL mode to use. |
Request body
The request body must be empty.
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.
ResetSslMode
Reset SSL mode to selectively refresh the SSL materials.
| Enums | |
|---|---|
RESET_SSL_MODE_UNSPECIFIED | Reset SSL mode is not specified. |
ALL | Refresh all TLS configs. This is the default behaviour. |
SYNC_FROM_PRIMARY | Refreshes the replication-related TLS configuration settings provided by the primary instance. Not applicable to on-premises replication instances. |
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.