Releases an instance.

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

Parameter Type Required Example Description
Action String Yes ReleaseInstance

The operation that you want to perform. Set the value to ReleaseInstance.

InstanceId String Yes dla-3qntmdtbqklsbsmceu****

The ID of the instance.

RegionId String Yes China (Beijing)

The region ID.

Response parameters

Parameter Type Example Description
ErrorCode String 600

The error code.

ErrorInfo String An internal error occurred

The error message.

RequestId String 312F48C7-AFA0-46AA-B8F6-1B16B8808045

The ID of the request.

Result String success

The result returned when the instance is released.

Success Boolean true

Indicates whether the request is successful.

Examples

Sample requests

http(s)://[Endpoint]/? Action=ReleaseInstance
&InstanceId=dla-3qntmdtbqklsbsmceu****
&RegionId=China (Beijing)
&<Common request parameters>

Sample success responses

XML format

<requestId>312F48C7-AFA0-46AA-B8F6-1B16B8808045</requestId>
<result>true</result>
<success>true</success>

JSON format

{"requestId":"312F48C7-AFA0-46AA-B8F6-1B16B8808045","result":"true","success":true}

Error codes

HttpCode Error code Error message Description
600 Openanalytics.Internal.Exception An internal error occurred. The error message returned because an internal error has occurred.
404 Openanalytics.NotFound.Exception The specified instance does not exist. The error message returned because the specified instance does not exist.
401 Openanalytics.Unauthorized.Exception You do not have permission to perform the operation. The error message returned because you are not authorized to perform the operation.

For a list of error codes, visit the API Error Center.