인스턴스가 포함된 AlloyDB 클러스터를 삭제하려고 하면 실패합니다. 이 동작을 재정의하려면 clusters delete 명령어에 --force 옵션을 지정하여 AlloyDB가 클러스터의 모든 인스턴스를 삭제하도록 지정한 후 클러스터 자체를 삭제합니다. 예를 들면 다음과 같습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-06(UTC)"],[[["Deleting an AlloyDB cluster is possible through the Google Cloud console or the gcloud CLI, but ongoing backup operations will delay the deletion until they are complete."],["You must have proper IAM roles, such as AlloyDB Admin, Owner, or Editor, and the project must have AlloyDB access enabled to delete a cluster."],["The Google Cloud console cannot delete a cluster if it still has instances, requiring the gcloud CLI with the `--force` option to override and delete all instances within the cluster first."],["The `gcloud alloydb clusters delete` command is used to delete a cluster, requiring the cluster ID, region ID, and project ID as parameters, with the `--force` option to also remove any instances within that cluster."]]],[]]