Skip to main content
Version: 4.1

Create a deployment

POST 

/api/management/v2/deployments/deployments

Plan Requirement

This endpoint requires a Enterprise plan subscription.

Deploy software to devices matching the given filter. The artifact is auto assigned to the device from all available artifacts based on artifact name and device type. Devices for which there are no compatible artifacts to be installed are considered finished successfully as well as receive the status of noartifact. If there are no artifacts for the deployment, the deployment will not be created and the 422 Unprocessable Entity status code will be returned. Dynamic deployments feature is available only to Enterprise users.

Request

Responses

New deployment created.

Response Headers
    Location

    URL of the newly created deployment.