Rebooting a DB Instance¶
Function¶
This API is used to reboot a DB instance.
Important
The RDS DB instance will be unavailable during the reboot process. Exercise caution when performing this operation.
URI¶
URI format
PATH: /v1.0/{project_id}/instances/{instanceId}/action
Method: POST
Parameter description
¶ Name
Mandatory
Description
project_id
Yes
Specifies the project ID of a tenant in a region.
instanceId
Yes
Specifies the DB instance ID.
Restrictions
The DB instance cannot reboot when it is being created, scaled, backed up, restored, or its instance class is being changed.
Currently, only the DB engines MySQL and PostgreSQL are supported by the API.
Request¶
Parameter description
¶ Name
Mandatory
Type
Description
restart
Yes
String
This parameter is left blank.
Request example
{ "restart": {} }
Normal Response¶
None
Abnormal Response¶
For details, see Abnormal Request Results.