Start/repeat deployment planning step
PUT/nevisadmin/api/v1/deployments/:id/plan
Required permission: DEPLOY_INVENTORY on the inventory, or higher scope
Starts planning if the deployment state is 'GENERATED', or re-runs it if 'PLANNED'. Returns 409 if the state is neither.
Request
Responses
- 202
- 400
- 403
- 404
- 409
Planning step started
Invalid deployment ID
Insufficient permissions.
Deployment run not found
Deployment state is not 'GENERATED' or 'PLANNED'