Stops a job execution
POST {{baseUrl}}/jobs/:id/stop
Stops a job execution. The call sets the job's status to STOPPING, while letting the service to internally handle the additional steps required to get the job into a STOPPED status. Caller is responsible for polling the status until the job has reached a final state. In the event that the stop action fails for various reasons, the job execution can end up with a FAILED status. Existing results that were resulted from execution will be kept and provided to Data Exchange following the parameters used to start the job execution. If no output parameters were defined, any definitive (or partial) results will be lost and cleaned up during the stopping process.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |