Hapus beberapa instance

Halaman ini memberikan petunjuk tentang cara menghapus instance Memorystore for Valkey.

Menghapus instance

Konsol

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

    Memorystore for 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