Skip to main content
Version: 2023.3

Stop job execution

Description

Stops a specific job's execution.

URL

http://{Job Scheduling API IP}:{port#}/{space_name}/SuiteExecution/{id}/JobExecution/{job_execution_id}/stop

ParameterDescription/Comments
space_nameCloudShell domain in which the suite was executed. (string)
idSuite execution's ID- included in the suite's URL. (string)
For example:
http://192.168.74.11/Test%20Lab/execution/1ab91be7-6136-4fd5-b22d-72c462947459/
job_execution_idJob's id - included in the jobs section of the Get suite execution's response. For example:
..."jobs": [{"id": "205aac56-5826-4b5e-a96a-5887b0940b40",...

HTTP method

POST

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

Response example
{
"errors": [
{
"message": "'843b572e-e768-47d7-8333-48b2c6f23d8b': Execution already completed",
"name": "ExecutionCompleted",
"code": 1007
}
]
}
Response summary
ParameterDescription/Comments
nameExecutionCompleted (string)