---
title: "Health Endpoint"
method: GET
path: "/health"
tags: ["health"]
---

# Health Endpoint

`GET /health`

🚨 USE `/health/liveliness` to health check the proxy 🚨

See more 👉 https://docs.litellm.ai/docs/proxy/health


Check the health of all the endpoints in config.yaml

To run health checks in the background, add this to config.yaml:
```
general_settings:
    # ... other settings
    background_health_checks: True
```
else, the health checks will be run on models when /health is called.

## Query parameters

- `model` string, nullable — Specify the model name (optional)
- `model_id` string, nullable — Specify the model ID (optional)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
