You can uninstall the CLI with these commands for your operating system.
Unix, Linux, and macOS
-
Delete the hidden
.dcos
directory. This will delete the configuration files for your DC/OS CLI connections.rm -rf ~/.dcos
-
Delete the
dcos
executable. By default, this file is located in/usr/local/bin/dcos
.rm -rf /usr/local/bin/dcos
Windows
- Delete the hidden
.dcos
directory. This will delete the configuration files for your DC/OS CLI connections. - Delete the
dcos
executable.