comfy_cli_server
Start, stop, or restart a local ComfyUI server via comfy-cli background process management.
Instructions
Start, stop, or restart a local ComfyUI through official comfy-cli background process management. Restart performs comfy stop followed by comfy launch --background. Use comfy_cli_status(detail='env') to inspect the managed server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| workspace | No | Optional ComfyUI workspace override. Otherwise COMFYUI_PATH/auto-detection is used. | |
| launchArgs | No | Extra ComfyUI launch arguments, e.g. ['--listen','0.0.0.0','--port','8188']. |