Cancel a deployment
POST
/collection/{highlightId}/deploy/cancel
Cancel a deployment that has not yet completed. Terminates the running workflow, deletes the deployment row, and rolls the collection back to Draft. On contracts shared with other collections the contract is left unchanged; otherwise it is reset to Draft. After cancelling, the collection can be re-deployed from scratch.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” highlightId
required
string format: uuid
Responses
Section titled “ Responses ”Deployment cancelled
object
cancelled
required
boolean
highlightId
required
string
Deployment cannot be cancelled from its current state
Unauthorized
Forbidden
Not found