Redeploy
POST/deployment/:id/redeploy
Re-deploys an existing deployment.
The deployment resources to re-deploy can be restricted by using the properties resourceIds or
resourceNames. If no deployment resources to re-deploy are passed then all existing resources of the
given deployment are re-deployed.
Warning: Deployments can contain custom code in form of scripts or EL expressions to customize process behavior. This may be abused for remote execution of arbitrary code. See the section on security considerations for custom code in the user guide for details.
Request
Responses
- 200
- 404
Request successful.
Deployment or a deployment resource for the given deployment does not exist. See the Introduction for the error response format.