Cancel a Job
post
/api/v2/jobs/{id}/cancel/
Make a POST request to this resource to cancel a pending or running job. The response status code will be 202 if successful, or 405 if the job cannot be canceled.
Request
Supported Media Types
- application/json
Path Parameters
Back to Top