comfy_delete_snapshot
Delete a specific snapshot by ID to free up storage space. Requires confirmation to prevent accidental removal.
Instructions
Delete a snapshot. Destructive.
Args: snapshot_id: The snapshot ID to delete confirm: If False, the tool asks for explicit confirmation via elicitation before proceeding. Pass True to skip the prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| snapshot_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |