MEMSQL-UNMONITOR
On this page
Stops monitoring an existing SingleStoreDB node running on local or remote hosts.
Usage
usage: memsql-ops memsql-unmonitor [--settings-file SETTINGS_FILE] [--async][--remove-leaf] [--no-prompt][memsql_id]Stop monitoring a SingleStoreDB node.positional arguments:memsql_id The ID of the SingleStoreDB node.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 SingleStoreDB node to be fully unmonitored.--remove-leaf If specified, we will forcibly remove any leaf nodesassociated with the SingleStoreDB node corresponding to thegiven MemSQL Node ID (equivalent to 'REMOVE LEAFFORCE' in SQL).--no-prompt Skip interactive prompts if ID is not provided. Thisshould be used for non-interactive scripts andautomation.
Last modified: April 25, 2023