This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

wandb server

Commands for operating a local W&B server

Usage

wandb server COMMAND [ARGS]...

Commands

Command Description
start Start a local W&B server
stop Stop a local W&B server

1 - wandb server start

Start a local W&B server

Usage

wandb start [OPTIONS]

Options

Option Description
--port, -p The host port to bind W&B server on (default: 8080)
--env, -e Env vars to pass to wandb/local (default: [])
--daemon Run or don’t run in daemon mode (default: True)
--upgrade Upgrade to the most recent version (default: False)
--edge Run the bleeding edge (default: False)

2 - wandb server stop

Stop a local W&B server

Usage

wandb stop