Decreases the quotas of a specified instance.
Operation Description
The returned results.
debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /v2/openapi/instances/{instanceId}/actions/downgrade
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| instanceId | string | Yes | The ID of the instance. | airec-cn-xxxxxx |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "90D6B8F5-FE97-4509-9AAB-367836C51818",
"Result": {
"InstanceId": "airec-cn-xxxxxx"
}
}XMLformat
<RequestId>90D6B8F5-FE97-4509-9AAB-367836C51818</RequestId>
<Result>
<InstanceId>airec-cn-xxxxxx</InstanceId>
</Result>Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
debugging