ketan_rollback
Revert all filesystem changes since a given checkpoint. Supply a checkpoint ID to undo subsequent writes, deletions, and renames in sub-second time.
Instructions
Time-travel rollback the workspace to a previous checkpoint. Reverts ALL filesystem changes (file writes, deletions, renames) that occurred after that checkpoint was taken, in sub-second time.
Args: checkpoint_id: The checkpoint ID to roll back to (from ketan_get_checkpoints or ketan_snapshot).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkpoint_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |