Start a deployment
POST/deployments/:id/execute
Resolves the deployment's target spec to devices and begins delivery. Returns as soon as execution is started; per-device progress is read from GET /api/v1/deployments/{id}/progress.
Request
Responses
- 200
- 400
- 404
- 500
Execution started
Invalid deployment ID
Deployment not found
Failed to execute deployment