Enable and disable the service

This page describes the steps to enable and disable Infrastructure Manager.

See Pricing for information about charges for Infra Manager.

Enabling service

  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. Make sure 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. Make sure that billing is enabled for your Google Cloud project.

  6. Install and initialize Google Cloud CLI if it is not already installed. For an existing installation, update components of the Google Cloud CLI with the command: gcloud components update.

    To check your version of the gcloud CLI, run the command:

    gcloud version
  7. Enable the API from Google Cloud console or with the following gcloud command:
    gcloud services enable config.googleapis.com
  8. Optional: In order to use quota validation with Infra Manager, enable the API from Google Cloud console or with the following gcloud command:
    gcloud services enable cloudquotas.googleapis.com

Disabling service

When you disable the Infra Manager API, any related resources will continue to exist in the project. Once disabled, you cannot use the service to make any changes to deployments and resources in the project.

If you enable the API again, you can continue to use the service in the same way as when you first enabled the API.

To disable the API from the Google Cloud console:

console

  1. Go to the API Overview page for Infra Manager.
  2. Select the project where the API is enabled.
  3. Click Manage.
  4. Click Disable API.

gcloud

Run the following command to disable the API for your current project:

gcloud services disable config.googleapis.com

What's next