Skip to main content
GET /healthz Liveness probe endpoint. No authentication required. Returns 200 OK as long as the process is running. Used by container orchestrators (e.g. Kubernetes) to determine whether the service should be restarted.

Response

status
string
required
Always ok when the service is alive.

Example

curl http://localhost:8080/healthz
{
  "status": "ok"
}

Build docs developers (and LLMs) love