docs(cli.md): add new skip_server_startup flag

This commit is contained in:
Krrish Dholakia 2025-05-28 21:47:08 -07:00
parent 2e5f635803
commit 75f591a6e2

View file

@ -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
```