Watch the 7.3 Webinar On-Demand
This new release brings updates to Universal Storage, query
optimization, and usability that you won’t want to miss.
Please follow this guide to learn how to migrate to SingleStore tools.
SingleStore Managed Service does not support this command.
Stops a remote MemSQL Ops agent and deletes all its data.
If SingleStore DB nodes are already installed in the remote host, this command will prompt users to delete those nodes first before proceeding with the uninstall.
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.