Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
As seções a seguir descrevem erros comuns que podem bloquear a exclusão de
um projeto e o que você pode fazer para resolvê-los. Se estiver com problemas, tente
usar a CLI do Google Cloud para encerrar um projeto e observe qualquer mensagem de erro
que você receber.
Garantias
Se houver uma garantia em um projeto, esse projeto não poderá ser excluído
até que a garantia seja removida. Se você tiver a permissão
resourcemanager.projects.get no projeto, poderá listar as garantias aplicadas a um projeto com
o comando liens list da gcloud CLI.
Se um projeto apresentar Nuvem Privada Virtual (VPC) compartilhada ou tiver projetos
de serviço anexados, uma garantia bloqueará a exclusão
do projeto.
Para mais detalhes e instruções sobre como desanexar projetos de serviço e desabilitar
a VPC compartilhada, consulte Como desprovisionar a VPC compartilhada.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-18 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)."]]