restore_snapshot
Revert a workflow to a previous configuration snapshot, restoring steps, context, name, description, goal, and style to the captured state.
Instructions
Restore a workflow to a previous config snapshot. Use list_snapshots first to find the snapshot ID. This will revert the workflow's steps, context, name, description, goal, and style to the state captured in the snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID | |
| snapshotId | Yes | The snapshot ID to restore (from list_snapshots) |