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
Path Parameters
Back to Top

Response

201 Response

Back to Top