cURL
curl --request GET \ --url http://localhost:3001/health/liveness
{ "alive": true }
Kubernetes-style liveness probe. Returns 200 if the process is alive.
application/json
application/x-protobuf
Process is alive.
Liveness probe response returned by GET /health/liveness.
GET /health/liveness
true whenever the HTTP server is processing requests.
true