How rollback works
When you roll back to a previous deployment:- The target deployment snapshot is applied to the tool.
- The search index is updated with that snapshot.
- The current live deployment pointer is moved to the selected deployment.
When rollback is allowed
Only deployments that meet all of these conditions can be rolled back:- Status is success
- The deployment is not already the current live deployment
- No deployment is currently running for the same tool
Start a rollback
You can trigger rollback from either place:- Deployments table: Open the row menu and choose Rollback to this deployment
- Deployment details page: Click Rollback to this deployment
Why rollback can be blocked
Rollback is blocked when another deployment for the same tool is pending, queued, or executing. A running deployment could overwrite the rollback when it completes. If that happens, wait for the deployment to finish or cancel it before retrying the rollback.Edge cases
- No current deployment: Rollback still works and creates a new current deployment pointer.
- Tool has no slug: Rollback fails with a clear error.
- Concurrent rollback: Last write wins.
Verify the result
After the rollback:- Open the tool’s live page.
- Confirm the expected metadata and content are visible.
- Check search results if discoverability changed in the rolled-back version.