다음 섹션에서는 프로젝트 삭제를 차단할 수 있는 일반적인 오류와 해결 방법을 설명합니다. 문제가 있는 경우 Google Cloud CLI를 사용하여 프로젝트를 종료하고 표시되는 오류 메시지를 기록해 두세요.
Liens
프로젝트에 선취권이 있는 경우 선취권을 제거할 때까지 해당 프로젝트를 삭제할 수 없습니다. 프로젝트에 대한 resourcemanager.projects.get 권한이 있는 경우 gcloud CLI 명령어 liens list로 프로젝트에 적용된 선취권을 나열할 수 있습니다.
[[["이해하기 쉬움","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-09-04(UTC)"],[],[],null,["# Troubleshooting project deletion\n\nThe following sections describe common errors that can block the deletion of\na project, and what you can do to resolve them. If you are having issues, try\nusing the Google Cloud CLI to shut down a project, and note any error message\nyou receive.\n\nLiens\n-----\n\nIf there is a [lien](/resource-manager/docs/project-liens) on a project, that project cannot be deleted\nuntil the lien is removed. If you have the `resourcemanager.projects.get`\npermission on the project, you can list the liens applied to a project with\nthe `liens list` gcloud CLI command.\n\nFor more information about liens, see\n[protecting projects with liens](/resource-manager/docs/project-liens).\n\nCloud Endpoints\n---------------\n\nCloud Endpoints are special resources that are considered child resources\nunder a project. This can block the deletion of a project where\nEndpoints exist.\n\nThe below example shows an attempt to delete a project using the\nGoogle Cloud CLI failing due to the existence of Endpoints under\nthe project: \n\n @cloudshell:~ ($project)$ gcloud projects delete $project\n Your project will be deleted.\n\n Do you want to continue (Y/n)? Y\n\n ERROR: (gcloud.projects.delete) FAILED_PRECONDITION: active child resource\n - '@type':type.googleapis.com/google.rpc.PreconditionFailure\n violations:\n - description: active child resource\n subject: services/$service\n - '@type':type.googleapis.com/google.rpc.ResourceInfo\n resourceName: projects/$project\n resourceType: PROJECT\n\nTo resolve this issue, [delete the Endpoints](/sdk/gcloud/reference/endpoints/services/delete)\nbefore you attempt to delete the project.\n\nFor more information about Endpoints, see the\n[Cloud Endpoints documentation](/endpoints/docs).\n\nShared Virtual Private Cloud\n----------------------------\n\nIf a project has shared Virtual Private Cloud (VPC) enabled or has service\nprojects attached, a [lien](/resource-manager/docs/project-liens) will block the deletion of the\nproject.\n\nFor more details and instructions on how to detach service projects and disable\nshared VPC, see [Deprovisioning shared VPC](/vpc/docs/deprovisioning-shared-vpc#deleting_projects)."]]