Ship something that broke production? Roll back to the previous working deploy in one click. No rebuild, no waiting, no digging through logs before you can stop the bleeding.Documentation Index
Fetch the complete documentation index at: https://docs.withnubo.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
- Go backwards past a failed build. You can only roll back to deploys that succeeded.
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
