mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs(cli.md): add new skip_server_startup flag
This commit is contained in:
parent
2e5f635803
commit
75f591a6e2
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue