forked from phoenix/litellm-mirror
(docs) /healthreadiness
This commit is contained in:
parent
21eb88b5d9
commit
d974e5971a
1 changed files with 4 additions and 2 deletions
|
@ -112,7 +112,8 @@ Example Response:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"status": "healthy",
|
"status": "healthy",
|
||||||
"db": "connected"
|
"db": "connected",
|
||||||
|
"litellm_version":"1.19.2",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -121,7 +122,8 @@ Example Response:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"status": "healthy",
|
"status": "healthy",
|
||||||
"db": "Not connected"
|
"db": "Not connected",
|
||||||
|
"litellm_version":"1.19.2",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue