Liveness probe
Process **liveness** probe. Unauthenticated, always returns `200`,
and deliberately touches no external dependency or session state. It
answers a single question: "is this API process alive and serving
HTTP?"
Use `/health` (readiness), not this endpoint, to gauge whether the
service can actually handle traffic — `/livez` continues to return
`200` through a transient dependency outage so a healthy process is
not killed.
Response
Process is alive
status