Deleting a Cluster

Delete a cluster.

    1. Open the navigation menu and click Databases. Under OCI Cache, click Clusters.

    2. Under List scope, select the compartment that contains the cluster.
    3. In the Clusters list, click the name of the cluster you want to delete.

    4. On the cluster details page, click More Actions, and then click Delete.

    5. On the Confirm delete dialog, type the name of the cluster, and then click Delete.

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

    oci redis 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.
  • 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 DeleteRedisCluster operation to delete a cluster.