delete_snapshot
Remove specific workflow snapshots to manage storage when limits are reached. Use list_snapshots to identify which snapshots to delete.
Instructions
Delete a specific config snapshot. Use list_snapshots to find snapshot IDs. Useful for freeing up space when the snapshot limit is reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow ID | |
| snapshotId | Yes | The snapshot ID to delete (from list_snapshots) |