Skip to content

Liveness

GET
/v1/health/live
curl --request GET \
--url http://localhost:8080/v1/health/live

Process-liveness only — never touches a dependency, so a slow/unreachable backend (especially the OFF-cluster LLM or the GPU OCR servers) can never fail the liveness probe and needlessly restart the pod. Use /v1/health (deep) for dashboards and /v1/health/ready for readiness.

Successful Response

Media type application/json
Response Liveness V1 Health Live Get
object
key
additional properties
string
Example generated
{
"additionalProperty": "example"
}