Deleting an OpenSearch Cluster

Delete an OpenSearch cluster from your tenancy.

Tip

Deleting a cluster doesn't delete the backups for the cluster. Backups are retained until they expire, or you delete them manually.

    1. On the Clusters list page, find the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing OpenSearch Clusters.
    2. From the Actions menu for the cluster, select Delete.
    3. When prompted, confirm the deletion.

    The cluster you deleted no longer appears in the Clusters list.

  • Use the oci opensearch cluster delete command and required parameters to delete a cluster:

    oci opensearch cluster delete --opensearch-cluster-id cluster_ocid [OPTIONS]

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

  • Run the DeleteOpensearchCluster operation to delete a cluster.