Deleting an OpenSearch Cluster Backup

Manually delete an OpenSearch cluster backup.

Cluster backups are automatically deleted after 14 days. You can delete backups earlier than 14 days by using the steps described in this task.
    1. Open the navigation menu and click Databases. Under OpenSearch, click Backups.

    2. Under List scope, select the compartment that contains the backup.

    3. In the Backups list, click the Actions menu (Actions Menu) for the backup that you want to delete, and then select Delete.

    4. In the Confirm delete dialog box, click Delete.
  • Use the delete command and required parameters to delete a cluster backup:

    oci opensearch backup delete --opensearch-cluster-backup-id backup_ocid [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.

    Run the DeleteBackupOpensearchCluster operation to delete a cluster backup.