Domain name for API request: batch.tencentcloudapi.com.
This API is used to remove instances that from compute environment.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DetachInstances. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
EnvId | Yes | String | Compute environment ID |
InstanceIds.N | Yes | Array of String | List of instance IDs |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://batch.tencentcloudapi.com/?Action=DetachInstances
&EnvId=env-1mekuyxs
&InstanceIds.0=ins-kjoossv5
&<Common request parameters>
{
"Response": {
"RequestId": "bd757b4d-9797-493e-b421-89873457a071"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error. |
InternalError.CallCvm | An error is returned for the CVM API call. |
InvalidParameter.EnvIdMalformed | Invalid compute environment ID format. |
InvalidParameterValue.InstanceIdDuplicated | Instance IDs duplicate. |
ResourceNotFound.ComputeEnv | The specified compute environment does not exist. |
UnknownParameter | Unknown parameter error. |
UnsupportedOperation | Unsupported operation. |
Was this page helpful?