update_custom_node
Update a ComfyUI custom node package by registry ID, or update all installed packages with 'all'.
Instructions
Update an installed ComfyUI custom node pack, or pass 'all' to update every installed pack. Uses the ComfyUI-Manager HTTP API with a cm-cli subprocess fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Registry id / module name to update, or 'all' for every pack. | |
| mode | No | ComfyUI-Manager data source mode (default 'remote'): 'remote' fetches the live node list, 'local'/'cache' use bundled/cached data. | |
| channel | No | ComfyUI-Manager channel name (default 'default'). | |
| useCmCli | No | Force the cm-cli.py subprocess instead of the ComfyUI-Manager HTTP API. Requires a local ComfyUI install (COMFYUI_PATH); errors in remote --comfyui-url mode. |