Engine — Health

Health check (alternate)

Alternate health endpoint; identical to /health.

get/healthz

Response

Server is healthy.

statusstring

Example response

{
  "status": "ok"
}

Changes