Rollback to Previous Version
1 min read
Restore your project to an earlier state
Restore your project to any previous version with one click.
Who can do this: Owners, Admins, and Editors can restore previous versions. See Roles and Permissions for details.
When to Rollback
Rollback is useful when:
- An AI change did not match your intent
- You want to undo recent experiments
- Something broke and you need a working state
- You prefer an earlier direction
How to Rollback
- Open Version History
- Find the version you want to restore
- Click Restore on that version
- Confirm the restore
Your project immediately reverts to that state.
What Gets Restored
Restored:
- All code and files
- Design and styles
- Page structure and content
- Configuration
Not restored:
- Database content (data entered by users)
- Published site (if published)
- Version history itself (you can always roll forward again)
After Rolling Back
The rollback creates a new entry in your version history. This means:
- You have not lost any versions
- You can roll forward to where you were
- The history shows the rollback as a change
Rollback + Publish
Rolling back your workspace does not affect your live site. If you want to rollback the published version:
- Rollback in your workspace
- Verify the restored version looks correct
- Update your published site
Selective Undo
If you only want to undo specific changes rather than everything, try:
“Undo the last change to the hero section”
“Revert the color changes but keep the new layout”
This gives you more granular control than a full rollback.
Last updated: August 2, 2026