{{define "title"}}Health — Twister API{{end}} {{define "content"}}
Twister exposes two health check endpoints for monitoring and orchestration.
{{range .}}{{template "doc-entry" .}}{{end}}Configure your orchestrator to poll these endpoints:
| Endpoint | Purpose | Failure action |
|---|---|---|
/healthz | Liveness | Restart the process |
/readyz | Readiness | Remove from load balancer |