MEMSQL-DELETE
On this page
Deletes all data for a SingleStoreDB node.DELETE
to be sure of their decision.
This will completely delete the SingleStoreDB node running on <host>:<port>, along with all of its dataThe target SingleStoreDB node has role <MEMSQL ROLE>If you want to delete this node, please type the word DELETE:
Usage
usage: memsql-ops memsql-delete [--settings-file SETTINGS_FILE] [--async][--all] [--no-prompt] [--force][--delete-without-prompting][memsql_id]Delete a SingleStoreDB node and all of its data.positional arguments:memsql_id The ID of the SingleStoreDB node to delete.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 deleted.--all Delete all SingleStoreDB nodes in the cluster.--no-prompt Skip interactive prompts if ID is not provided. Thisshould be used for non-interactive scripts andautomation.--force If this is true, we will remove this SingleStoreDB node fromthe system even if we cannot delete its directory orif its collocated MemSQL Ops agent is offline.--delete-without-promptingIf this is true, we will attempt to delete this SingleStoreDBnode without prompting for confirmation.
Last modified: April 25, 2023