From ca9712c5876aac67ffaf30f54ffa2248b229532e Mon Sep 17 00:00:00 2001 From: superpoussin22 Date: Thu, 24 Jul 2025 16:15:55 +0200 Subject: [PATCH] Update control_plane_and_data_plane.md --- .../my-website/docs/proxy/control_plane_and_data_plane.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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