AGENT-UNINSTALL
On this page
Stops a remote MemSQL Ops agent and deletes all its data.
Data will not be deleted with the --uninstall-ops-only
flag.
If SingleStoreDB nodes are already installed in the remote host, this command will prompt users to delete those nodes first before proceeding with the uninstall.
Usage
usage: memsql-ops agent-uninstall [--settings-file SETTINGS_FILE] [--async][--agent-id AGENT_ID | --all] [--force][--uninstall-ops-only][--uninstall-without-prompting][--no-prompt]Uninstall a remote MemSQL Ops agent and all of its data.Data will not be deleted with the --uninstall-ops-only flag.optional arguments:--settings-file SETTINGS_FILEA path to a MemSQL Ops settings.conf file. If not set,we will use the file in the same directory as theMemSQL Ops binary.--async If this option is true, we will exit without waitingfor the MemSQL Ops agent to be fully uninstalled.--agent-id AGENT_ID The ID of the agent to stop.--all Uninstall all agents in the cluster.--force If this is true, we will remove this agent from thesystem even if we cannot connect to it.--uninstall-ops-only Uninstalls the MemSQL Ops agent without deleting any node data.--uninstall-without-promptingIf this is true, we will attempt to uninstall theMemSQL Ops agent without prompting for confirmation.--no-prompt Skip interactive prompts if ID is not provided. Thisshould be used for non-interactive scripts andautomation.
Last modified: April 25, 2023