From 75f591a6e277d0a203cc5be8741f88f6539a9cd2 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 28 May 2025 21:47:08 -0700 Subject: [PATCH] docs(cli.md): add new skip_server_startup flag --- docs/my-website/docs/proxy/cli.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/my-website/docs/proxy/cli.md b/docs/my-website/docs/proxy/cli.md index d0c477a4ee0..9244f75b756 100644 --- a/docs/my-website/docs/proxy/cli.md +++ b/docs/my-website/docs/proxy/cli.md @@ -184,3 +184,12 @@ Cli arguments, --host, --port, --num_workers ```shell litellm --log_config path/to/log_config.conf ``` + +## --skip_server_startup + - **Default:** `False` + - **Type:** `bool` (Flag) + - Skip starting the server after setup (useful for DB migrations only). + - **Usage:** + ```shell + litellm --skip_server_startup + ``` \ No newline at end of file