gcloud_alpha_services (1)
NAME
- gcloud alpha services - list, enable and disable APIs and services
SYNOPSIS
-
gcloud alpha services GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) The gcloud services command group lets you manage your project's
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
-
- operations
-
(ALPHA) Manage Operation for various services.
- vpc-peerings
-
(ALPHA) VPC Peerings to various services.
COMMANDS
COMMAND is one of the following:
-
- disable
-
(ALPHA) Disable a service for consumption for a project.
- enable
-
(ALPHA) Enables a service for consumption for a project.
- list
-
(ALPHA) List services for a project.
EXAMPLES
To see how to enable a service, run:
- $ gcloud alpha services enable --help
To see how to list services, run:
- $ gcloud alpha services list --help
To see how to disable a service, run:
- $ gcloud alpha services disable --help
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud services $ gcloud beta services