Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Liveness probe

Returns ‘live’ if process is running. No dependency checks.

GET/v1/livez
Responses
200OK
statusstringrequired
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/livez"
Response
{
  "status": "healthy"
}