Manually starts a cluster.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

ParameterTypeRequiredExampleDescription
ActionStringYesManuallyStartDBCluster

The action that you want to perform. Set the value to ManuallyStartDBCluster.

DBClusterIdStringYespc-xxxxxxxxxxxxx

The ID of the cluster.

RegionIdStringNocn-hangzhou

The region ID of the cluster.

Note You can call the DescribeRegions operation to query available regions.

Response parameters

ParameterTypeExampleDescription
RequestIdString73A85BAF-1039-4CDE-A83F-1A140F******

The ID of the request.

Examples

Sample requests

http(s)://polardb.aliyuncs.com/?Action=ManuallyStartDBCluster
&DBClusterId=pc-xxxxxxxxxxxxx
&RegionId=cn-hangzhou
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<ManuallyStartDBClusterResponse>
    <RequestId>73A85BAF-1039-4CDE-A83F-1A140F******</RequestId>
</ManuallyStartDBClusterResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "73A85BAF-1039-4CDE-A83F-1A140F******"
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidDBCluster.NotFoundThe DBClusterId provided does not exist in our records.The error message returned because the specified cluster ID does not exist in the current record.

For a list of error codes, see Service error codes.