config unset
Remove a configuration value from the active profile
Synopsis
Section titled “Synopsis”Remove a configuration value from the active profile (or the profile
named by --profile). The setting then resolves from the environment or
its built-in default again, exactly as it did before it was ever set.
Removing a value that is not set succeeds and says so, so the command is safe to run from a script that cannot know the current state.
qibdo config unset <key> [flags]Examples
Section titled “Examples” qibdo config unset workspace qibdo config unset organisationOptions
Section titled “Options” -h, --help help for unsetOptions inherited from parent commands
Section titled “Options inherited from parent commands” --color string Colorize output: auto|always|never (respects NO_COLOR) (default "auto") --debug Wire-level detail on stderr (credentials redacted) --endpoint string API endpoint override (host:port) --insecure Use a plaintext connection (dev/lab platform only) --no-input Never prompt; fail instead --no-pager Do not page long human-readable output --profile string Configuration profile to use -q, --quiet Suppress non-essential stderr output --verbose Human-readable progress on stderrSee Also
Section titled “See Also”- qibdo config - Manage CLI configuration and profiles