BACKUP-DELETE

On this page

Delete a backup.

Usage

usage: memsql-ops backup-delete [--settings-file SETTINGS_FILE] [--async]
                                [--no-prompt] [--delete-without-prompting]
                                [--force]
                                [backup_id]

Delete a backup.

positional arguments:
  backup_id             The ID of the backup to delete.

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 SingleStore backup to be fully deleted.
  --no-prompt           Skip interactive prompts if ID is not provided. This
                        should be used for non-interactive scripts and
                        automation.
  --delete-without-prompting
                        If this is true, we will attempt to delete this SingleStore
                        backup without prompting for confirmation.
  --force               If this is true, we will delete this backup from
                        MemSQL Ops even if we cannot delete its files on disk.
                        This option is only applicable to agent backups.

Last modified: April 25, 2023

Was this article helpful?