Grafanactl config unset
grafanactl config unset🔗
Unset an single value in a configuration file
Synopsis🔗
Unset an single value in a configuration file.
PROPERTY_NAME is a dot-delimited reference to the value to unset. It can either represent a field or a map entry.
Examples🔗
# Unset the "foo" context
grafanactl config unset contexts.foo
# Unset the "insecure-skip-tls-verify" flag in the "dev-instance" context
grafanactl config unset contexts.dev-instance.grafana.insecure-skip-tls-verify
Options🔗
Options inherited from parent commands🔗
--config string Path to the configuration file to use
--context string Name of the context to use
--no-color Disable color output
-v, --verbose count Verbose mode. Multiple -v options increase the verbosity (maximum: 3).
SEE ALSO🔗
- grafanactl config - View or manipulate configuration settings