Domain name for API request: emr.tencentcloudapi.com.
This API is used to terminate a task node.
A maximum of 20 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: emr.ap-shanghai-fsi.tencentcloudapi.com
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 parameter. The value used for this API: TerminateTasks. |
Version | Yes | String | Common parameter. The value used for this API: 2019-01-03. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
InstanceId | Yes | String | Instance ID. |
ResourceIds.N | Yes | Array of String | List of resource IDs of the node to be terminated. The resource ID is in the format of emr-vm-xxxxxxxx . A valid resource ID can be queried in the console. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to terminate a task node.
https://emr.tencentcloudapi.com/?Action=TerminateTasks
&InstanceId=emr-4slr7ad7
&ResourceIds.0=emr-vm-xxx33tg
&<Common request parameters>
{
"Response": {
"RequestId": "4d701c1e-8507-47e1-8c69-a8f06a236f24"
}
}
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.AccountCgwError | An error occurred while calling another service API. |
InternalError.CamCgwError | An error occurred while calling another service API. |
InternalError.CamError | An error occurred while calling another service API. |
InternalError.CbsCgwError | An error occurred while calling another service API. |
InternalError.CbsError | An error occurred while calling another service API. |
InternalError.CdbCgwError | An error occurred while calling another service API. |
InternalError.CdbError | An error occurred while calling another service API. |
InternalError.ConfigCgwError | An error occurred while calling another service API. |
InternalError.CvmError | An error occurred while calling another service API. |
InternalError.KmsError | An error occurred while calling another service API. |
InternalError.ProjectCgwError | An error occurred while calling another service API. |
InternalError.SgError | An error occurred when calling a security group API. |
InternalError.TagError | An error occurred while calling another service API. |
InternalError.TradeCgwError | An error occurred while calling another service API. |
InternalError.VpcCgwError | An error occurred while calling another service API. |
InternalError.VpcError | An error occurred while calling another service API. |
InternalError.WoodServerError | An error occurred when calling the Woodpecker server. |
InvalidParameter | Invalid parameter. |
InvalidParameter.InvalidAppId | Invalid AppId . |
InvalidParameter.InvalidInstanceName | Invalid cluster name. |
InvalidParameter.InvalidResourceIds | Invalid resource ID. |
ResourceInUse.InstanceInProcess | The instance is under workflow. |
ResourceNotFound.ClusterNotFound | The instance was not found. |
ResourceNotFound.InstanceNotFound | The instance was not found. |
UnknownParameter | Unknown parameter. |
UnsupportedOperation | Unsupported operation. |
Was this page helpful?