Cloud Composer 1 berada dalam mode pascapemeliharaan. Google tidak merilis update lebih lanjut ke Cloud Composer 1, termasuk Airflow versi baru, perbaikan bug, dan update keamanan. Sebaiknya rencanakan migrasi ke Cloud Composer 2.
Hapus bucket lingkungan Anda. Cloud Composer tidak menghapus bucket lingkungan secara otomatis.
gcloudstoragermgs://BUCKET_NAME--recursive
Ganti:
BUCKET_NAME dengan nama bucket lingkungan Anda. Misalnya,
bucket ini dapat diberi nama
us-central1-example-environ-c1616fe8-bucket.
API
Untuk menghapus lingkungan, buat permintaan API environments.delete
dengan ID lingkungan.
Terraform
Untuk menghapus lingkungan menggunakan Terraform, hapus konfigurasi Cloud Composer dari konfigurasi resource secara keseluruhan dan jalankan terraform apply.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-04-10 UTC."],[[["This guide outlines the process for deleting a Cloud Composer environment, detailing steps for both console and command-line interface (gcloud) methods."],["Deleting a Cloud Composer environment does not automatically remove its associated Cloud Storage bucket or Cloud Logging logs, which must be deleted separately to avoid ongoing charges."],["Before deleting the environment's bucket, it is important to note that it will also remove all contained objects, such as DAGs and plugins, with limited or no possibility of recovery."],["Users employing alerting policies for environment monitoring should delete those policies prior to deleting the Cloud Composer environment."],["There are alternative methods for deleting an environment, using the API or Terraform, which have the same considerations regarding the deletion of the associated Cloud Storage bucket."]]],[]]