View instance information

This page gives instructions for how to view details about an instance.

View instance information

Console

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

    Memorystore for Valkey

  2. Click your instance ID.

gcloud

To view the details of an instance, run the describe command:

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

Replace the following:

  • INSTANCE is the ID of your instance.
  • REGION_ID is the region where your instance is located. For example:
gcloud beta memorystore instances describe my-instance \
--location=us-central1