wandb server start
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
start [OPTIONS]
wandb server start
wandb server start -p 9090
wandb server start --no-daemon
| Flag | Type | Description |
|---|---|---|
--port, -p | STR | The host port to bind W&B server on. Default: 8080 |
--env, -e | STR | Environment variables to pass to wandb/local Docker image. Default: [] |
--daemon | BOOL Flag | Run the server in the background. Use —no-daemon to run in the foreground. Default: True |
Was this page helpful?