Skip to main content
Set API keys and config values for your qBraid CLI. Use this when you want to:
  • Set your qBraid API key
  • Enable qBraid magic commands in Jupyter
Usage:
Options:
  • --help: Show this message and exit.
Commands:
  • set: Set configuration value in qbraidrc file.
  • get: Get configuration value from qbraidrc file.
  • list: List all configuration values in qbraidrc.
  • magic: Enable qBraid IPython magic commands.

qbraid configure set

Set configuration value in qbraidrc file. Usage:
Arguments:
  • name: Config name [required]
  • value: Config value [required]
Options:
  • -p, --profile <str>: Profile name [default: default]
  • --help: Show this message and exit.

qbraid configure get

Get configuration value from qbraidrc file. Usage:
Arguments:
  • name: Config name [required]
Options:
  • -p, --profile <str>: Profile name [default: default]
  • --help: Show this message and exit.

qbraid configure list

List all configuration values in qbraidrc. Usage:
Options:
  • --help: Show this message and exit.

qbraid configure magic

Enable qBraid IPython magic commands. Usage:
Options:
  • --help: Show this message and exit.