v3

latestOpenAPI 3.0.3raw.githubusercontent.com2026-04-10101545.6 KB
health

Kubernetes liveness probe

Returns {"alive":true} (or Protobuf equivalent) whenever the process is running. Never returns an error while the HTTP event loop is responsive.

Content negotiation: Accept: application/x-protobuf -> Protobuf; else JSON.

get/health/liveness

Headers

Accept'application/json' | 'application/x-protobuf'

Response

Process is alive.

aliveboolean required

true whenever the HTTP server is processing requests.

Example response

{
  "alive": true
}