Jobs Cancel Create

post

/api/v2/jobs/{id}/cancel/

Cancel a Job

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
Path Parameters
Body ()
Root Schema : JobCancel
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : JobCancel
Type: object
Show Source
Back to Top