[[["わかりやすい","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。"],[[["\u003cp\u003eDeleting a project in Google Distributed Cloud (GDC) air-gapped appliance removes a group of resources, but the system first verifies if the project is eligible for deletion.\u003c/p\u003e\n"],["\u003cp\u003eBefore deleting a project, ensure you have the Project Editor role and that all clusters attached to the project are reassigned to other projects.\u003c/p\u003e\n"],["\u003cp\u003eThe deletion process can be initiated via the GDC console or the gdcloud CLI, and requires typing \u003ccode\u003eremove\u003c/code\u003e or using the command \u003ccode\u003egdcloud projects delete PROJECT_ID\u003c/code\u003e respectively.\u003c/p\u003e\n"],["\u003cp\u003ePrecheck failures during project deletion will be reported with error codes, and require manual resolution before the deletion can proceed.\u003c/p\u003e\n"],["\u003cp\u003eA common precheck failure, OBJ-E0001, indicates remaining storage buckets within the project, which must be deleted separately before project deletion can succeed.\u003c/p\u003e\n"]]],[],null,["# Delete a project to remove a group of resources within an organization. When\ndeleting a project in Google Distributed Cloud (GDC) air-gapped appliance, the system first verifies\nthe project is eligible for deletion. If the system reports precheck errors, you\nmust manually fix the issues before you can initiate project deletion.\n\nBefore you begin\n----------------\n\nTo get the permissions needed to delete a project, ask your Organization\nIAM Admin to grant you the Project Editor role (`project-editor`).\n\nDelete a project and its resources\n----------------------------------\n\nTo delete a project, complete the following steps: \n\n### Console\n\n1. From the navigation menu of the GDC console, click **Projects**.\n\n2. Select the project that you want to delete.\n\n3. Ensure the clusters attached to the project are assigned to other\n projects. A cluster must be attached to a project.\n\n4. Click delete **Delete\n Project**.\n\n5. When prompted, type `remove` and click **Confirm** to initiate the project\n deletion prechecks.\n\nIf the project deletion prechecks complete successfully, the\nGDC system begins deleting the project. If the\nprechecks fail, error codes are reported in a prompt.\n\n### gdcloud\n\n1. Ensure you have the gdcloud CLI installed. For more\n information, see the gdcloud CLI\n [Overview](/distributed-cloud/hosted/docs/latest/appliance/resources/gdcloud-overview#download_and_install_the)\n page.\n\n2. To delete the project, run:\n\n gdcloud projects delete \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\n Replace \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e with the unique identifier for\n the project to delete.\n\nIf the project deletion prechecks complete successfully, the\nGDC system begins deleting the project. If the\nprechecks don't complete successfully, precheck failures with corresponding\nerror codes are reported in the gdcloud CLI.\n\nYou must manually fix the issues reported before you can delete the project. See\nthe [Handle project deletion precheck failures](#handle-precheck-failures)\nsection for steps to manually fix precheck failures.\n\nHandle project deletion precheck failures\n-----------------------------------------\n\nIf the project deletion precheck task is not successful, you are given a code\nthat maps to the issue. Locate the code and complete the outlined steps to\nfix the issue.\n\n### OBJ-E0001: Buckets must be deleted in project\n\nThis error occurs when deleting a project if it has storage buckets remaining.\nYou must remove the buckets before the project can be deleted successfully.\n\nFor more information, see\n[Delete storage buckets](/distributed-cloud/hosted/docs/latest/appliance/platform/pa-user/delete-storage-buckets)\nto manually delete your project's storage buckets."]]