Deleting an OCI Cache Cluster

Delete an OCI Cache cluster from your Oracle Cloud Infrastructure tenancy.

    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 OCI Cache Clusters.
    2. From the Actions menu (three dots) for the cluster, select Delete.
    3. When prompted, confirm the deletion.
  • Use the oci redis redis-cluster redis-cluster delete command and required parameters to delete a cluster:

    oci redis redis-cluster redis-cluster delete --redis-cluster-id <cluster_OCID> --force
    For information about using the CLI, see Command Line Interface (CLI). For a complete list of flags and options available for CLI commands, see the CLI Command Reference.
  • Run the DeleteRedisCluster operation to delete a cluster.