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
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : JobCancel
Type:
Show Source
object-
can_cancel:
boolean
Title:
Can cancelRead Only:true