Stops one or more jobs in a cluster.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | StopJobs |
The operation that you want to perform. Set the value to StopJobs. |
ClusterId | String | Yes | ehpc-hz-FYUr32**** |
The ID of the cluster. You can call the ListClusters operation to query the cluster ID. |
Jobs | String | Yes | [{"Id":"1.sched****"},{"Id":"0.sched****"}] |
The list of jobs that you want to stop. Maximum number of jobs: 100. Minimum number of jobs: 1. Format: You can call the ListJobs operation to query the job ID. Note You can stop only jobs that are in the RUNNING or QUEUED state.
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 04F0F334-1335-436C-A1D7-6C044FE7**** |
The ID of the request. |
Examples
Sample requests
https://ehpc.cn-hangzhou.aliyuncs.com/?Action=StopJobs
&ClusterId=ehpc-hz-FYUr32****
&Jobs=[{"Id":"1.sched****"},{"Id":"0.sched****"}]
&<Common request parameters>
Sample success responses
XML
format
<StopJobsResponse>
<RequestId>04F0F334-1335-436C-A1D7-6C044FE7****</RequestId>
</StopJobsResponse>
JSON
format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE7****"
}
Error codes
HttpCode | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParams | The specified parameter %s is invalid. | The error message returned because the following parameter is invalid: %s. |
403 | InvalidClusterStatus | The operation failed due to invalid cluster status. | The error message returned because the operation is not supported while the cluster is in the current state. |
403 | ConflictOpt | A conflicting operation is running. | The error message returned because an operation that conflicts with the current operation is in progress. Try again later. |
403 | UsernameExist | The username already exists. | The error message returned because the username already exists. |
403 | IncorrectCredential | The username or password is incorrect. | The error message returned because the username or password is invalid. |
404 | ClusterNotFound | The specified cluster does not exist. | The error message returned because the specified cluster does not exist. |
407 | NotAuthorized | You are not authorized by RAM for this request. | The error message returned because you are not authorized by RAM for this request. |
406 | AgentError | The agent service request failed. | The error message returned because the proxy request has failed. |
406 | AgentError.Job.StopFailure | Failed to stop jobs: %s. | The error message returned because the following jobs have failed to be stopped: {}. |
406 | AliyunError | An Alibaba Cloud product error occurred. | The error message returned because the operation has failed to call another Alibaba Cloud service. |
409 | PartFailure | Part of the batch operation failed. | The error message returned because the batch operation has failed. |
500 | UnknownError | An unknown error occurred. | The error message returned because an unknown error has occurred. |
404 | ManagerNotFound | The manager nodes do not exist or their status is abnormal. | The error message returned because the management node does not exist or is not running as expected. |
503 | ServiceUnavailable | The request has failed due to a temporary failure of the server | The error message returned because the request has failed. The service is temporarily unavailable. |
For a list of error codes, visit the API Error Center.