List instances

This page describes how to list Memorystore for Valkey instances.

List instances

You can list instances by using either the Google Cloud console or the gcloud CLI.

Console

  1. In the Google Cloud console, go to the Memorystore for Valkey page.

    Memorystore for Valkey

    The Memorystore for Valkey page displays a list of your instances.

gcloud

To list instances, use the gcloud memorystore instances list command:

gcloud memorystore instances list \
--location=REGION_ID

Replace REGION_ID with the region where the instances are located.

For example:

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