Delete instances

This page gives instructions for how to delete Memorystore for Redis Cluster instances.

Delete an instance

Console

  1. Go to the Memorystore for Redis Cluster page in the Google Cloud console.

    Memorystore for Redis Cluster

  2. Click your Cluster ID.

  3. Click the Delete button.

  4. Enter your Cluster ID.

  5. Click the Delete button.

gcloud

gcloud redis clusters delete CLUSTER_ID \
--region=REGION_ID

For example:

gcloud redis clusters delete my-cluster \
--region=us-central1