Skip to main content
Kubernetes liveness probe
curl --request GET \
  --url http://localhost:3001/health/liveness
{
  "alive": true
}

Headers

Accept
enum<string>
Available options:
application/json,
application/x-protobuf

Response

Process is alive.

Liveness probe response returned by GET /health/liveness.

alive
boolean
required

true whenever the HTTP server is processing requests.

Example:

true