Data Processing
Batch Jobs
Cancel processing a batch job
Cancels all related computations for this job at the back-end. It will stop generating additional costs for processing.
A subset of processed results may be available for downloading depending on the state of the job at the time it was canceled.
Results MUST NOT be deleted until the job processing is started again or the job is completely deleted through a request to DELETE /jobs/{job_id}.
This endpoint only has an effect if the job status is queued or running.
The job status is set to canceled if the status was running beforehand and partial or preliminary results are available to be downloaded. Otherwise the status is set to created.
delete/jobs/{job_id}/results
Response
Processing the job has been successfully canceled.