Liveness probe
GET/health
Returns 200 if the process is alive. No checks performed.
Responses
- 200
Process is alive.
- application/json
- Schema
- Example (from schema)
Schema
status stringrequired
Health status.
{
"status": "ok"
}
Loading...
GET/health
Returns 200 if the process is alive. No checks performed.
Process is alive.
Schema
Health status.
{
"status": "ok"
}