List instances Stay organized with collections Save and categorize content based on your preferences.
This page describes how to list Memorystore for Valkey instances.
List instances
You can list instances by using either the Google Cloud console or thegcloud CLI.
Console
In the Google Cloud console, go to theMemorystore for Valkeypage.
TheMemorystore for Valkey page displays a list of your instances.
gcloud
To list instances, use thegcloud memorystore instances list command:
gcloud memorystore instances list \--location=REGION_ID
ReplaceREGION_ID with the region where the instances are located.
For example:
gcloud memorystore instances list \--location=us-central1
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-19 UTC.