All Products
Search
Document Center

:DowngradeInstance

Last Updated:Sep 26, 2023

Decreases the quotas of a specified instance.

Operation Description

The returned results.

debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

debugging

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /v2/openapi/instances/{instanceId}/actions/downgrade

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The ID of the instance.

airec-cn-xxxxxx

Response parameters

ParameterTypeDescriptionExample
object
resultobject

Decreases the quotas of a specified instance.

instanceIdstring

The new quota must be less than the selected quota.

The limits on the number of users: 1,000,000 to 10,000,000. The limits on the number of items: 1,000,000 to 10,000,000. The limits on the queries per second (QPS) of recommendation requests: 10 to 500.

airec-cn-o400whm78004
codestring

The ID of the instance.

InternalServerError
requestIdstring

The returned results.

8F81A922-6C81-46D6-B78C-CC35E16B1691
messagestring

The ID of the instance.

An internal server error occurred

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 timeSummary of changesOperation
No change history