update_custom_node
Update a specific installed ComfyUI custom node pack or update all packs. Supports local comfy-cli and remote Manager HTTP operations.
Instructions
Update an installed ComfyUI custom node pack, or pass 'all' to update every installed pack. Local operations prefer official comfy-cli; remote operations use Manager HTTP.
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 official comfy-cli subprocess instead of the ComfyUI-Manager HTTP API. Local operations use comfy-cli by default; set false to force Manager HTTP. Requires a local ComfyUI install. |