mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 20:26:28 +00:00
Update control_plane_and_data_plane.md
This commit is contained in:
@@ -48,7 +48,7 @@ The admin instance handles all management operations and provides the UI.
|
||||
# Keep admin capabilities enabled (default behavior)
|
||||
# DISABLE_ADMIN_UI=false # Admin UI available
|
||||
# DISABLE_ADMIN_ENDPOINTS=false # Management APIs available
|
||||
DISABLE_LLM_ENDPOINTS=true # LLM APIs disabled
|
||||
DISABLE_LLM_API_ENDPOINTS=true # LLM APIs disabled
|
||||
DATABASE_URL=postgresql://user:pass@global-db:5432/litellm
|
||||
LITELLM_MASTER_KEY=your-master-key
|
||||
```
|
||||
@@ -124,7 +124,7 @@ DISABLE_ADMIN_ENDPOINTS=true
|
||||
- All other LLM API endpoints
|
||||
|
||||
|
||||
### `DISABLE_LLM_ENDPOINTS`
|
||||
### `DISABLE_LLM_API_ENDPOINTS`
|
||||
|
||||
:::info
|
||||
|
||||
@@ -144,7 +144,7 @@ Disables all LLM API endpoints.
|
||||
|
||||
```bash
|
||||
# Admin instance
|
||||
DISABLE_LLM_ENDPOINTS=true
|
||||
DISABLE_LLM_API_ENDPOINTS=true
|
||||
```
|
||||
|
||||
|
||||
@@ -207,4 +207,4 @@ response = requests.post(
|
||||
- [Virtual Keys](./virtual_keys.md) - Managing API keys and users
|
||||
- [Health Checks](./health.md) - Monitoring instance health
|
||||
- [Prometheus Metrics](./logging.md#prometheus-metrics) - Collecting metrics
|
||||
- [Production Deployment](./prod.md) - Production best practices
|
||||
- [Production Deployment](./prod.md) - Production best practices
|
||||
|
||||
Reference in New Issue
Block a user