manage_queue
Inspect and manage ComfyUI run queue: view status, interrupt active jobs, clear pending prompts, delete specific items, or free cached VRAM. Confirm before affecting prompts from other sessions.
Instructions
Inspect or manage the instance's run queue: status (queued prompt ids; draftsman_submitted maps the ones THIS session queued to their workflow_id - the rest are someone else's job), interrupt (stop the running prompt), clear (drop ALL pending), delete (drop given pending prompt_ids), free (release cached VRAM/RAM; unload_models=True also unloads models). clear/delete/ interrupt are gated when they'd discard prompts this session didn't queue; confirm=True once the user agrees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| confirm | No | ||
| prompt_ids | No | ||
| unload_models | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||