On this page
Reverting content in prod: Understanding Instant rollback
Quick Emergency Recovery for Your API with One-Click Reversal
Sometimes urgent situations arise where you need to revert your API to a previous state immediately. While commits are an excellent way to save progress in your application, "Instant rollback" provides a solution for those emergency scenarios.
Inspired by Vercel's deployment system, BaseHub's Instant rollback feature allows you to temporarily point your API to a specific previous commit, effectively reverting any problematic changes without losing your commit history.
Disabling a rollback
After resolving the emergency, you'll want to return to your normal commits workflow. To disable a rollback:
Go to either the specific commit you rolled back to or the most recent commit
Click the "Disable rollback" option
Your API will return to serving the latest committed version