Skip to main content

Usage

verify [OPTIONS]

Description

Run integration checks against a self-hosted W&B instance. Validate that a self-hosted or dedicated cloud W&B deployment is configured and operating correctly. Do not run this command against the public W&B cloud at api.wandb.ai. Exits with code 1 if any critical check fails. For example, to verify the currently configured W&B instance:
wandb verify --host https://my-wandb-instance.com
To verify a specific self-hosted instance:
wandb verify --host https://my-wandb-server.example.com

Options

FlagTypeDescription
--hostSTRTarget a specific W&B instance URL. Default to configured base URL. Default: None