Skip to content

Liveness. The process is up and answering HTTP.

GET
/healthz
curl --request GET \
--url https://infra-hyphae.run/healthz

Alive.

Media typeapplication/json
object
ok
required
boolean
Example
{
"ok": true
}