Status
GET
/healthReturns the current fleet health. No authentication required. Use this endpoint for uptime monitoring or pre-flight checks. For historical uptime data see status.pinstripes.io.
Example
curl https://api.pinstripes.io/health
Response
{
"status": "ok",
"healthy_workers": 3
}healthy_workers is the number of inference workers currently passing health checks. When this is 0, inference requests will receive 503. Retry with exponential backoff.