manage_queue
Manage the ComfyUI run queue: check status, interrupt running prompt, clear pending, delete specific prompts, or free cached VRAM/RAM.
Instructions
Inspect or manage the instance's run queue: status (prompt ids only), interrupt (stop the currently running prompt), clear (drop ALL pending), delete (drop specific pending prompt_ids), free (release cached VRAM/RAM; unload_models=True also unloads models). clear/delete/interrupt discard other queued work - make sure that's what the user wants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| prompt_ids | No | ||
| unload_models | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||