For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
AI

/

Features

/

Restore Checkpoint

Restore Checkpoint

Restore a checkpoint to return the app source to the state produced by an earlier agent message.

The Revert to this version action on an agent checkpoint

Restore an earlier state

Agent messages that change the app create checkpoints:

  1. Find the message that produced the state you want.
  2. Select its restore icon.
  3. Confirm the restore.
  4. Check the result in Preview before continuing.

The conversation remains visible, but the app source returns to the selected checkpoint. Later code changes are removed from the current app state.

When to use a checkpoint

  • Return to the last working version after a generation breaks a workflow.
  • Try a different implementation from a known state.
  • Remove a group of recent changes without reverting files one by one.

For version history shared outside the Builder conversation, connect the app to GitHub.

Built with Reflex