Disable an API
gcp_disable_apiDisables a specified Google API for a GCP project. Use to deactivate an API, but note that dependent services may stop working.
Instructions
Disables a Google API for a project. Dependent services may stop working.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | GCP project id; defaults to GOOGLE_CLOUD_PROJECT env var | |
| serviceName | Yes | API service name, e.g. "androidpublisher.googleapis.com", "storage.googleapis.com" |