List instances

This page provides instructions for how to list Memorystore for Valkey instances.

List instances

Console

  1. To view a list of instances, go to Memorystore for Valkey page in the Google Cloud console.

    Memorystore for Valkey

gcloud

To view your existing Memorystore for Valkey instances run the list command:

gcloud beta memorystore instances list \
--location=REGION_ID \

Replace the following:

  • REGION_ID is the region where your instance is located.

For example:

gcloud beta memorystore instances list \
--location=us-central1 \