uninstall
This operation removes the CLI binary and the zz alias.
Description
Removes the installed Zilliz CLI binary and the zz alias. Use --purge when you also want to delete the local Zilliz CLI configuration directory.
Synopsis
bash
zilliz uninstall
[--purge]
[--yes]
Options
-
--purge (boolean) -
Also remove
~/.zilliz/(credentials, config). -
--yes (boolean) -
Skip the confirmation prompt.
Example
bash
# Uninstall with confirmation
zilliz uninstall
# You can also use the zz alias
zz uninstall
# Uninstall without confirmation
zilliz uninstall --yes
# Uninstall and remove all config
zilliz uninstall --purge --yes