Delete instances

This page gives instructions for how to delete Memorystore for Valkey instances.

Delete an instance

Console

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

    Memorystore for Valkey

  2. Click your instance ID.

  3. Click the Delete button.

  4. Enter your instance ID.

  5. Click the Delete button.

gcloud

gcloud beta memorystore instances delete INSTANCE \
--location=REGION_ID

Replace the following:

  • INSTANCE is the ID of the your instance.
  • REGION_ID is the region where your instance is located.

For example:

gcloud beta memorystore instances delete my-instance \
--location=us-central1