Menghapus repositori

Topik ini menjelaskan cara menghapus repositori menggunakan konsol Google Cloud atau command line.

Untuk menghapus repositori, ikuti langkah-langkah berikut.

console

  1. Di GCP Console, buka halaman All repository untuk Cloud Source Repositories.

    Open Cloud Source Repositories

  2. Arahkan kursor ke repositori yang ingin Anda hapus, lalu klik Settings .

    Halaman Setelan umum akan terbuka.

  3. Klik Delete this repository .

    Dialog Remove repository akan terbuka.

  4. Ketik nama repositori yang ingin Anda hapus.

  5. Klik Delete.

gcloud

Dari jendela terminal, masukkan perintah berikut:

gcloud init
gcloud source repos delete [REPOSITORY_NAME]

Dengan [REPOSITORY_NAME] adalah nama repositori Anda.

Responsnya akan terlihat seperti berikut:

If [REPOSITORY_NAME] is deleted, the name cannot be reused for up to
seven days.

Delete "[REPOSITORY_NAME]" in project "gcloud-test" (Y/n)?  y

Deleted [REPOSITORY_NAME].