runpod_pod_troubleshoot
Diagnose why a RunPod pod fails to connect or run ComfyUI. Checks pod status, GPU, port exposure, and probes the ComfyUI endpoint to identify the specific blocker and suggest the next step.
Instructions
Diagnose why a RunPod pod isn't usable — call this when the pod 'won't connect', ComfyUI is unreachable, or a render can't reach the pod. Checks: does the pod exist, is it RUNNING (vs stopped/exited — then start it), is a GPU attached, is ComfyUI's port exposed as an HTTP proxy port, and does ComfyUI actually ANSWER at its proxy URL (probes /system_stats). Returns the specific blocker and the next step. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pod_id | Yes | The RunPod pod ID to troubleshoot. |