How To: Uninstall the DSim Cloud CLI
If you would like to remove the DSim Cloud CLI from your system, this can easily be achieved using the steps below, which are unique for each OS.
Windows OS
Windows users have the option of using either PowerShell or the command prompt to uninstall DSim Cloud. Below are instructions for both.
If you are using PowerShell:
1. Open the Windows Search Box and type powershell
.
2. Select the Windows PowerShell App.
3. Execute the following command in your PowerShell:
rm -r -fo "$env:localappdata\metrics"
If you are using Command Prompt:
1. Open the Windows Search Box and type cmd
.
2. Select the Comand Prompt App.
3. Execute one of the following commands in your Command Prompt:
rmdir "%LOCALAPPDATA%\metrics" /s /q
or
del /f "%LOCALAPPDATA%\metrics"
* When prompted to confirm, enter Y
Mac OS
From any terminal window, execute the following command:
rm -fr /usr/local/bin/mdc
Linux OS
From any terminal window, execute the following command:
rm -fr /usr/local/bin/mdc
To re-install the DSim Cloud CLI after deleting, please see Installing the DSim Cloud CLI.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article