Start/repeat generation step
PUT/nevisadmin/api/v1/deployments/:id/generation
Required permission: SUPER_ADMIN (The user that initiated the deployment can also run the generation, without any specific permission requirement.)
Starts generation if the deployment state is 'INITIALIZED', or re-runs it if 'GENERATED'. Returns 409 if the state is neither.
Request
Responses
- 202
- 400
- 403
- 404
- 409
Generation step started
Invalid deployment ID
Insufficient permissions.
Deployment run not found
Deployment state is not 'INITIALIZED' or 'GENERATED'