Guides
Rollback Deployments
Restore a previous version instantly
Something wrong after a deploy? Roll back to any previous version in seconds.
Rollback
Redeploys a previously built image — no rebuild needed, so it's instant.
- Go to your service's deployment history
- Select the deployment you want to restore
- Click Rollback
- The previous version goes live
Rollback is available for any deployment that has a built image. The very first deployment cannot be rolled back.
Rebuild
Re-builds the Docker image from a specific commit and deploys it. Use this when you need a fresh build (e.g., after fixing a dependency issue).
- Go to your service's deployment history
- Select the deployment you want to rebuild from
- Click Rebuild
Cancel a Deployment
Stop a deployment while it's in progress:
- Open the active deployment
- Click Cancel
The previous version continues running. Cancelled deployments can be rebuilt or rolled back later.