Hapus beberapa instance

Halaman ini memberikan petunjuk cara menghapus Memorystore for Valkey instance Compute Engine.

Menghapus instance

Konsol

  1. Buka halaman Memorystore for Valkey di Konsol Google Cloud.

    Memorystore untuk Valkey

  2. Klik ID instance Anda.

  3. Klik tombol Hapus.

  4. Masukkan ID instance Anda.

  5. Klik tombol Hapus.

gcloud

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

Ganti kode berikut:

  • INSTANCE adalah ID instance Anda.
  • REGION_ID adalah region tempat instance Anda berada.

Contoh:

gcloud beta memorystore instances delete my-instance \
--location=us-central1