---
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.

To skip deployments that set ``model_info.disable_background_health_check: true``
on ``GET /health`` as well as in the background loop, set
``general_settings.health_check_skip_disabled_background_models: true``.

## 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

## Changes

- **2026-09-18** `082b5fabd909` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/health/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/731afbea6a1b?raw)
