Skip to main content
GET
/
health
/
liveness
Kubernetes liveness probe
curl --request GET \
  --url http://localhost:3000/health/liveness
{
  "status": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "uptime_seconds": 123,
  "memory_usage_percent": 123
}

Response

Service is alive

status
string
timestamp
string<date-time>
uptime_seconds
integer
memory_usage_percent
integer