Determine if a Job Can Be Canceled

get

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

Make a GET request to this resource to determine if the job can be canceled. The response will include the following field:

  • can_cancel: Indicates whether this job can be canceled (boolean, read-only)

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

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