Skip to main content

Liveness probe

GET 

/api/v1/health/live

Liveness probe — is the process alive?

Always returns 200 as long as the event loop is running. Does not touch any downstream (the database / the cache / the feature flag service / the billing provider).

  • Public endpoint (no auth required).
  • Intended for the container orchestrator / the load balancer liveness checks.

Responses

Process is alive.