Uninstall KubeBlocks and kbcli
Uninstallation order:
Delete your cluster if you have created a cluster.
kbcli cluster delete <name>
Uninstall KubeBlocks.
Uninstall kbcli.
Uninstall KubeBlocks
Uninstall KubeBlocks if you want to delete KubeBlocks after your trial.
kbcli kubeblocks uninstall
Uninstall kbcli
Uninstall kbcli if you want to delete kbcli after your trial. Use the same option as the way you install kbcli.
- macOS
- Windows
- Linux
For curl
, run
sudo rm /usr/local/bin/kbcli
For brew
, run
brew uninstall kbcli
kbcli creates a hidden folder named ~/.kbcli
under the HOME directory to store configuration information and temporary files. You can delete this folder after uninstalling kbcli.
Go to the
kbcli
installation path and delete the installation folder.- If you install
kbcli
by script, go toC:\Program Files
and delete thekbcli-windows-amd64
folder. - If you customize the installation path, go to your specified path and delete the installation folder.
- If you install
Delete the environment variable.
- Click the Windows icon and click System.
- Go to Settings -> Related Settings -> Advanced system settings.
- On the Advanced tab, click Environment Variables.
- Double-click Path in User variables or System variables list.
- If you install
kbcli
by script, double-click Path in User variables. - If you customize the installation path, double-click Path based on where you created the variable before.
- If you install
- Select
C:\Program Files\kbcli-windows-amd64
or your customized path and delete it. This operation requires double confirmation.
Delete a folder named
.kbcli
.kbcli creates a folder named
.kbcli
under the C:\Users\username directory to store configuration information and temporary files. You can delete this folder after uninstalling kbcli.
Uninstall kbcli using the curl
command.
sudo rm /usr/local/bin/kbcli
kbcli creates a hidden folder named ~/.kbcli
under the HOME directory to store configuration information and temporary files. You can delete this folder after uninstalling kbcli.