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