You need to enable JavaScript to run this app.
RDS for MySQL

RDS for MySQL

Copy page
Download PDF
Managing instances
StartDBInstance
Copy page
Download PDF
StartDBInstance

Call StartDBInstance to start a stopped instance.

Request type

Asynchronous request.

Request parameters

Name
Type
Required
Example
Description
InstanceId
String
Yes
mysql-f30b1e0c****
Instance ID.

Response parameters

null

Sample request

POST /?Action=StartDBInstance&Version=2022-01-01 HTTP/1.1
Content-Type: application/json
Host: rds-mysql.cn-beijing.volcengineapi.com
X-Date: 20211202T101010Z
Authorization: HMAC-SHA256 Credential=AKLTN2I0MmFiNzMxNWE5NDgzMzk4MmVjMTVkODlkZTZ****/20211202/cn-beijing/rds_mysql/request,SignedHeaders=x-date, Signature=71d31fc7bcf990142851c9833c5656391486cda0ae2e0b8ada733b7c6458****
{
    "InstanceId": "mysql-f30b1e0c****"
}

Sample response

{
    "ResponseMetadata": {
        "RequestId": "20250605211525971049EE8BF66F685294-e60d03",
        "Action": "StartDBInstance",
        "Version": "2022-01-01",
        "Service": "rds_mysql",
        "Region": "cn-beijing2"
    },
    "Result": {}
}

Error codes

For more details, refer to Error codes.

Last updated: 2025.08.25 16:17:35