mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(docs) health
This commit is contained in:
parent
fc55ef053a
commit
bf403dc02e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue