comfy_delete_history
Delete a specific ComfyUI prompt execution history entry by its ID. Requires confirmation before removal unless explicitly confirmed.
Instructions
Delete a specific history entry. Destructive.
Args: prompt_id: The ID of the prompt execution 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 | ||
| prompt_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |