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