Outdated Version
You are viewing an older version of this section. View current production version.
AGENT-UNINSTALL
MemSQL Ops has been deprecated
Please follow this guide to learn how to migrate to SingleStore tools.
Stops a remote MemSQL Ops agent and deletes all its data.
If MemSQL 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-without-prompting]
[--no-prompt]
Uninstall a remote MemSQL Ops agent and all of its data.
optional arguments:
--settings-file SETTINGS_FILE
A path to a MemSQL Ops settings.conf file. If not set,
we will use the file in the same directory as the
MemSQL Ops binary.
--async If this option is true, we will exit without waiting
for 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 the
system even if we cannot connect to it.
--uninstall-without-prompting
If this is true, we will attempt to uninstall the
MemSQL Ops agent without prompting for confirmation.
--no-prompt Skip interactive prompts if ID is not provided. This
should be used for non-interactive scripts and
automation.