v1

latestOpenAPI 3.0.32026-07-2672219.4 KB
Health

Check the health of microservice

Health check for container orchestration (Docker Swarm / Kubernetes). Returns HTTP 200 when healthy, HTTP 503 when unhealthy. Unhealthy conditions: any model has >= 3 consecutive inference failures (DSP/FastRPC fault), or available system memory < 100 MB.

get/v1/health

Response

Service is healthy

status'healthy' | 'unhealthy' required

Overall health status of the service.

reasonstring

Present only when status is "unhealthy". Describes the reason for the unhealthy state.