Manage checkpoint
manage_checkpointStore, restore, list, or delete a full snapshot of a sub-network to create an undo point before risky live edits. Restoring reapplies parameters, recreates deleted nodes, and prunes new ones.
Instructions
Store / restore / list / delete a full snapshot of a sub-network — an 'undo point' to take before risky live edits. A checkpoint captures every node's constant parameters, the wiring, and node positions. Restoring reapplies parameters, recreates nodes that were deleted since (with their wiring), and prunes nodes that were created since. Unlike manage_presets (custom-parameter looks for performance), this captures the whole network for safe experimentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | store a full snapshot of a sub-network, restore one, list all, or delete one. A checkpoint is an 'undo point' before risky live edits. | |
| comp_path | No | Root COMP whose whole sub-network the checkpoint captures. | /project1 |
| name | No | Checkpoint name (required for store/restore/delete). | |
| prune_created | No | (restore) Destroy nodes that were created after the checkpoint was stored. | |
| recreate_deleted | No | (restore) Recreate nodes that were deleted after the checkpoint (type + params + wiring, best-effort). |