Description
The dcos config unset
command will remove a property from the configuration file used for the current cluster.
Usage
dcos config unset <name> [flags]
Options
Name | Description |
---|---|
--help, h |
Display usage. |
Positional arguments
Name | Description |
---|---|
<name> |
The name of the property |
Examples
Remove a config value
In this example, the core.ssl_verify
property is removed.
dcos config unset core.ssl_verify
Here is the output:
Removed [core.ssl_verify]
Parent command
Command | Description |
---|---|
dcos config | Manage DC/OS configuration |