Send feedback
Delete clusters
Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to delete clusters in Memorystore for Redis Cluster.
Delete a cluster
You can delete clusters by using the Google Cloud console or the
Google Cloud CLI .
Important : If you delete a cluster and create
another cluster with the same name, then Memorystore for Redis Cluster assigns
different IP addresses to the cluster. If you hardcode the IP addresses from
the cluster that you delete into your client applications, then the clients
can't connect to the cluster. You must update the IP addresses to point to the
cluster's new
discovery endpoints .
Console
In the Google Cloud console, go to the Memorystore for Redis Cluster page.
Memorystore for Redis Cluster
Click the cluster that you want to delete.
Optional . If the cluster that you want to delete is a secondary
cluster, then do the following:
Click the expander arrow next to the primary cluster that's the parent
of the secondary cluster.
Click the link of the secondary cluster.
Click Delete .
In the dialog, enter the cluster ID, and then click Delete .
gcloud To delete a cluster, use the gcloud redis clusters delete command.
gcloud redis clusters delete CLUSTER_ID \
--project=PROJECT_ID \
--region=REGION_ID
Make the following replacements:
CLUSTER_ID : the ID of the cluster that you want to delete
PROJECT_ID : your project ID
REGION_ID : the region where your cluster is located
For example:
gcloud redis clusters delete my-cluster \
--project=my-project \
--region=us-central1
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-24 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-24 UTC."],[],[]]