Skip to content
qibdo qibdo
Theme
Book a demo

config unset

Remove a configuration value from the active profile

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.

Terminal window
qibdo config unset <key> [flags]
Terminal window
qibdo config unset workspace
qibdo config unset organisation
-h, --help help for unset
--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 stderr