From 11e2c06c34d519be60d03be91cbf4c1d26503061 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 16 Apr 2024 07:27:43 -0700 Subject: [PATCH] docs(proxy_server.py): point people to right health check endpoint --- litellm/proxy/proxy_server.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 2239b9358..e580d3a8c 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -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: