Skip to content

Liveness check

GET/healthz

Always returns 200 and is exempt from auth, so probes work without a key.

Responses
200 OKOK
HealthResponse
statusstringexample ok
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
GET/healthz
cURL
curl '/healthz'
Response
200 OK
{
  "status": "ok"
}
Was this page helpful?