Restore an app version
restore_appRestore an app to a previous checkpoint to fix a broken UI. Use the checkpoint number from app_history, then open_app to view the result.
Instructions
Roll an app back to one of its earlier checkpoints: re-saves that checkpoint's HTML as a NEW current one (nothing is lost — history is preserved and you can roll forward again). Use when a newer edit broke the UI. Get the checkpoint number from app_history; after restoring, open_app to view it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| checkpoint | Yes | which checkpoint to restore, 1 = the oldest (see app_history) | |
| command_id | No | idempotency key (uuid); auto-generated if omitted |