啟用及停用服務

本頁說明如何啟用及停用 Artifact Registry。

如果您使用 Container Registry,可以在同一個專案中啟用 Artifact Registry。各項服務會獨立運作。

如需 Artifact Registry 的費用資訊,請參閱「定價」一文。

如要瞭解如何啟用 Artifact Analysis API,以及安全漏洞掃描的定價,請參閱 Artifact Analysis 說明文件。

啟用服務

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Verify that billing is enabled for your Google Cloud project.

  4. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  5. Verify that billing is enabled for your Google Cloud project.

  6. 如果尚未安裝 Google Cloud CLI,請安裝並初始化。如要更新現有安裝的 Google Cloud CLI 元件,請執行下列指令: gcloud components update

    如要查看 gcloud CLI 版本,請執行下列指令:

    gcloud version
  7. Google Cloud 控制台啟用 API,或執行下列 gcloud 指令:
    gcloud services enable artifactregistry.googleapis.com
  8. 停用服務

    停用 Artifact Registry API 之前,請先確認要保留的構件均已存放於其他位置。建議您先刪除存放區,再停用 API。

    停用 Artifact Registry API 時,會發生下列情況:

    • 存放區和存放區中的構件將無法存取。
    • API 停用後,資料可能會在 7 天內刪除。

    如要從 Google Cloud 控制台停用 API,請按照下列步驟操作:

    主控台

    1. 前往 Artifact Registry 的 API 總覽頁面。
    2. 選取已啟用 API 的專案。
    3. 點選「管理」
    4. 點選「停用 API」

    gcloud

    執行下列指令,為目前專案停用 API:

    gcloud services disable artifactregistry.googleapis.com
    

    後續步驟