Cancel Project Update
post
/api/v2/project_updates/{id}/cancel/
Make a GET request to this resource to determine if the project update can be canceled. The response will include the following field:
can_cancel
: Indicates whether this update can be canceled (boolean, read-only)
Make a POST request to this resource to cancel a pending or running project update. The response status code will be 202 if successful, or 405 if the update cannot be canceled.
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : ProjectUpdateCancel
Type:
Show Source
object
-
can_cancel:
boolean
Title:
Can cancel
Read Only:true
Response
Supported Media Types
- application/json
201 Response
Root Schema : ProjectUpdateCancel
Type:
Show Source
object
-
can_cancel:
boolean
Title:
Can cancel
Read Only:true