There may be times when you need to cancel a deployment of your application. You may want to change the code, or perhaps the deployment is taking longer than expected, and you want to investigate your application’s code.

To cancel a deployment, on the Deployments page or in the Deployment details, click Cancel deployment.

When the confirmation modal/pop-up appears, click Cancel deployment to confirm the cancellation.

Depending on which deployment step the application is in, this either cancels the build or the rollout. If the build completes successfully before you cancel the deployment, a successful build process with a failed rollout will be shown in the deployment details.

If needed, you can roll back to the most recent successful deployment or redeploy a previous deployment.

Related Documentation