Skip to main content

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

Body

    deploymentId stringrequired

Responses

OK

Schema
    success boolean
    error string
    errorcode integer
Loading...