Roll back a deploy
Restore the previous build when a release fails.
When a deploy breaks production, you need to recover fast. Rolling back restores the previous build in seconds — no rebuild, no redeployment, just instant recovery.
Your team stays informed: the rollback reason is recorded on the deploy timeline so everyone knows what happened and why.
In Deploys, open the release to roll back.
Set Roll back to; rollbacks reuse the existing artifact and complete in seconds.
Rollbacks reuse the already-built artifact, which is why they complete in seconds instead of minutes.
Click Roll back now; the reason is recorded on the deploy timeline.
The reason you provide is recorded on the deploy timeline for your team to reference later.
Production serves #4820 again; the rolled-back deploy stays in history for diffing.
What's next
Once production is stable again, review the deploy timeline to understand what changed and why the release failed.
Then investigate the root cause and prepare a fix for your next deploy.