Skip to main content

Version History

Voiceblox keeps up to 50 snapshots of your flow in memory. Each significant change (node addition, deletion, parameter edit, edge change) creates a new snapshot.

Undo / Redo

ActionShortcut
UndoCmd/Ctrl + Z
RedoCmd/Ctrl + Shift + Z
Undo and redo are also available in the top toolbar.

Version snapshots

When the AI generator applies operations to your flow, it creates a named snapshot with the description of the change (e.g., “Added billing branch”). You can view and restore named snapshots from the Version History panel in the toolbar.

Limits

  • Maximum 50 snapshots stored in memory
  • Snapshots are session-only — they do not persist after a page reload
  • Export your flow as JSON before closing the browser to save your work permanently

Exporting to persist your work

To save a permanent copy of your flow:
  1. Click Export in the toolbar
  2. Download the JSON file
  3. Re-import it later via Import to restore the flow
See Export as JSON for the full format.