From the dashboard
- Open the Frame.
- Click Deployments.
- Find the deployment you want to return to.
- Hit Rollback.
From the API
What rollback does (and doesn’t)
Does:- Re-release the exact version that was running before, without rebuilding.
- Show up in your deployment history so you have a clear record of what happened.
- Work the same way on Nubo’s cloud and on your own self-hosted agent.
- Roll back environment variables or Frame settings. Those stay as they are. If your bug is in config, update the config and redeploy - no rollback needed.
- Roll back to a failed build. You can only target deploys that succeeded (including a good one that predates later failures).
A common flow
- Push a commit that breaks production.
- Roll back from the dashboard - Frame is healthy again within seconds.
- Check the build logs or the running logs to figure out what went wrong.
- Fix the code, push again, and let the new deploy take over when it’s ready.
Related
Deployments
Trigger and inspect deploys
Build logs
See what happened during any recent build
