From bf403dc02eafdcdde29aa6bfa25758694ecea293 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 24 Feb 2024 18:38:39 -0800 Subject: [PATCH] (docs) health --- docs/my-website/docs/proxy/health.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/health.md b/docs/my-website/docs/proxy/health.md index 4cd119e484..f0b797329e 100644 --- a/docs/my-website/docs/proxy/health.md +++ b/docs/my-website/docs/proxy/health.md @@ -12,7 +12,7 @@ The proxy exposes: #### Request Make a GET Request to `/health` on the proxy ```shell -curl --location 'http://0.0.0.0:8000/health' +curl --location 'http://0.0.0.0:8000/health' -H "Authorization: Bearer sk-1234" ``` You can also run `litellm -health` it makes a `get` request to `http://0.0.0.0:8000/health` for you