Abort the deployment
PUT/api/management/v1/deployments/deployments/:deployment_id/status
Abort an ongoing deployment. For devices included in this deployment it means that:
-
Devices that have completed the deployment (i.e. reported final status) are not affected by the abort, and their original status is kept in the deployment report.
-
Devices that do not yet know about the deployment at time of abort will not start the deployment.
-
Devices that are in the middle of the deployment at time of abort will finish its deployment normally, but they will not be able to change its deployment status so they will perform rollback.
Request
Responses
- 204
- 400
- 401
- 404
- 422
- 500
Status updated successfully.
Invalid Request.
Unauthorized.
Not Found.
Unprocessable Entity.
Internal Server Error.