cURL
curl --request GET \ --url https://your-deployment-api-url.pod.flowscale.ai/api/v1/comfy/health \ --header 'X-API-KEY: <api-key>'
{ "status": "<string>", "data": [ { "url": "<string>", "status": "<string>" } ], "errors": "<string>", "meta": {} }
Checks the health status of all ComfyUI instances within the specified cluster. It verifies whether each ComfyUI instance is running or stopped.
Successful Response
The response is of type object.
object