他の Google Cloud サービスが同じ Google Cloud プロジェクトで実行されている場合は、Container Registry API を有効にしておきます。Container Registry API を無効化する場合。構成済みの依存関係がある他のサービスがプロジェクトで有効になっている場合、Container Registry には警告が表示されます。Container Registry API を無効にすると、構成済みの依存関係を持つ同じプロジェクト内のサービスが自動的に無効になります。現在これらのサービスと Container Registry を使用していない場合も同様です。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-12-21 UTC。"],[[["Disabling the Container Registry API does not delete container images, and you will continue to incur storage and network charges for stored images."],["To disable the API, you can use either the Google Cloud console by navigating to the API Overview page and clicking \"Disable API\", or use the `gcloud services disable containerregistry.googleapis.com` command."],["If you no longer need stored images, you should delete the associated Cloud Storage buckets, understanding that doing so permanently deletes all images within them."],["Deleting storage buckets can be done through the Google Cloud console or via the `gcloud storage rm gs://\u003cvar\u003eBUCKET-NAME\u003c/var\u003e --recursive` command, replacing `\u003cvar\u003eBUCKET-NAME\u003c/var\u003e` with the corresponding bucket name."],["If other services are running on the same project, disabling the Container Registry API will result in other services with configured dependencies being disabled as well, even if you are not currently using Container Registry with those services."]]],[]]