Deployments
Deploy
Trigger a deployment to its target device.
post/deployments/{deployment_id}/deploy
Path parameters
deployment_idstring required
Example:dpl_123
The unique identifier of the deployment.
Query parameters
expandDeploymentExpansion[]
Fields to expand on the deployment resource.
[ "device" ]
Response
Successfully triggered the deployment.
Example response
{
"object": "deployment",
"id": "dpl_123",
"description": "Deployment for the motion control config instance",
"status": "staged",
"activity_status": "staged",
"error_status": "none",
"target_status": "staged",
"device_id": "dvc_123",
"release_id": "rls_123",
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-01T00:00:00Z"
}