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 thegcloud CLI.

Console

  1. In the Google Cloud console, go to theMemorystore for Valkeypage.

    Memorystore for Valkey

    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.