Health check
Standard endpoint for health checks
Last updated
Was this helpful?
Standard endpoint for health checks
Last updated
Was this helpful?
Aidbox serves REST health check endpoint GET /health
to configure liveness, readiness and startup probes. The response format is described by (Health Check Response Format for HTTP APIs):
Response
By default /health
endpoint requests are logged. To disable it use BOX_LOGGING_DISABLE__HEALTH__LOGS
ENV variable.