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-02 UTC."],[[["Deleting a Cloud Composer environment requires multiple steps, including deleting the environment itself and then separately deleting its associated Cloud Storage bucket."],["Manually deleting the GKE cluster of a Cloud Composer environment before deleting the environment itself will result in an error, so it is important to delete the environment which handles the cluster deletion automatically."],["The Cloud Storage bucket and Cloud Logging logs of a Cloud Composer environment are not automatically deleted when the environment is removed, and will need to be manually deleted to avoid continued charges."],["If you have set up alerting policies for monitoring the environment, you should delete these policies before you delete the environment itself."],["Cloud Composer allows the reuse of environment buckets by setting it as a custom bucket for a new environment, which can help preserve existing policies or CI/CD integrations."]]],[]]