forked from phoenix/litellm-mirror
docs(proxy_server.py): point people to right health check endpoint
This commit is contained in:
parent
2837b6b2f3
commit
11e2c06c34
1 changed files with 5 additions and 0 deletions
|
@ -8495,6 +8495,11 @@ async def health_endpoint(
|
|||
),
|
||||
):
|
||||
"""
|
||||
🚨 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue