diff --git a/docs/my-website/docs/proxy/control_plane_and_data_plane.md b/docs/my-website/docs/proxy/control_plane_and_data_plane.md index 0d5a0e66a0..db0b7884c9 100644 --- a/docs/my-website/docs/proxy/control_plane_and_data_plane.md +++ b/docs/my-website/docs/proxy/control_plane_and_data_plane.md @@ -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 \ No newline at end of file +- [Production Deployment](./prod.md) - Production best practices