gcloud_beta_services (1)
NAME
- gcloud beta services - list, enable and disable APIs and services
SYNOPSIS
-
gcloud beta services GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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
-
(BETA) Manage Operation for various services.
- vpc-peerings
-
(BETA) VPC Peerings to various services.
COMMANDS
COMMAND is one of the following:
-
- disable
-
(BETA) Disable a service for consumption for a project.
- enable
-
(BETA) Enables a service for consumption for a project.
- list
-
(BETA) List services for a project.
EXAMPLES
To see how to enable a service, run:
- $ gcloud beta services enable --help
To see how to list services, run:
- $ gcloud beta services list --help
To see how to disable a service, run:
- $ gcloud beta services disable --help
NOTES
This command is currently in BETA and may change without notice. These variants are also available:
- $ gcloud services $ gcloud alpha services