Abort a deployment
POST/deployments/abort
Aborts a deployment. If device has yet to download the asset, or is downloaded but proceeding with installation will abort the update. Devices already downloaded and applied successfully will not be affected.
Request
- application/json
Body
deploymentId stringrequired
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
success boolean
error string
errorcode integer
{
"success": true,
"error": "string",
"errorcode": 0
}
Loading...