Domain name for API request: batch.tencentcloudapi.com.
This API is used to terminate a compute node.
Termination is allowed for nodes in the CREATED, CREATION_FAILED, RUNNING or ABNORMAL state.
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: TerminateComputeNode. |
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 |
ComputeNodeId | Yes | String | Compute node ID |
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=TerminateComputeNode
&EnvId=env-lcx7qbbr
&ComputeNodeId=node-lcpcej85
&<Common request parameters>
{
"Response": {
"RequestId": "c50bfbf1-d214-4e41-90f6-39270dc9f071"
}
}
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 |
---|---|
InvalidParameter.ComputeNodeIdMalformed | Invalid compute node ID format. |
InvalidParameter.EnvIdMalformed | Invalid compute environment ID format. |
ResourceNotFound.ComputeEnv | The specified compute environment does not exist. |
ResourceNotFound.ComputeNode | The specified compute node does not exist. |
UnsupportedOperation.AcceptOtherRequest | Another request is being processed and deletion is prohibited. |
UnsupportedOperation.ComputeEnvAcceptOtherRequest | The compute environment accepts other requests. |
UnsupportedOperation.ComputeEnvOperation | Deletion is prohibited. |
UnsupportedOperation.ComputeNodeForbidTerminate | Compute node termination is prohibited. |
UnsupportedOperation.ComputeNodeIsTerminating | The compute node is terminating. |
Was this page helpful?