---
title: "Health probe for Kubernetes readiness/liveness"
method: GET
path: "/health"
tags: ["system"]
---

# Health probe for Kubernetes readiness/liveness

`GET /health`

Returns `200 OK` if the database is reachable and dynamic config has
loaded, otherwise `503 Service Unavailable`. Used by the GKE ingress
for health checks. Response body is plain text for probe simplicity.

## Response `200`

Service is healthy

## Other responses

- `503` — Service is unhealthy

---

[API](https://skmtc.net/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.net/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/da017caf56f1/schema)
