(docs) /healthreadiness

This commit is contained in:
ishaan-jaff 2024-01-29 15:21:08 -08:00
parent 21eb88b5d9
commit d974e5971a

View file

@ -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",
} }
``` ```