1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00
gcloud-help/gcloud/beta/services/help

78 lines
1.8 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
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
access to services provided by Google and third parties.
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
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
2023-01-19 00:56:33 +00:00
api-keys
(BETA) Manage API keys.
2025-10-30 11:14:52 +00:00
groups
(BETA) View service group information.
2022-03-01 04:29:52 +00:00
identity
(BETA) Manage service identity.
2025-12-10 10:54:29 +00:00
mcp
(BETA) List, enable and disable MCP endpoints.
2022-03-01 04:29:52 +00:00
operations
(BETA) Manage Operation for various services.
peered-dns-domains
(BETA) Peered DNS domains for various private service connections.
2025-10-30 11:14:52 +00:00
policies
(BETA) Get/update consumer policies and get the effective policy.
2022-03-01 04:29:52 +00:00
vpc-peerings
(BETA) VPC Peerings to various services.
COMMANDS
COMMAND is one of the following:
disable
2025-11-18 10:53:36 +00:00
(BETA) Disable a service for consumption for a project, folder or
organization.
2022-03-01 04:29:52 +00:00
enable
2025-11-18 10:53:36 +00:00
(BETA) Enables a service for consumption for a project, folder or
organization.
2022-03-01 04:29:52 +00:00
list
2025-11-18 10:53:36 +00:00
(BETA) List services for a project, folder or organization.
2022-03-01 04:29:52 +00:00
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud services
$ gcloud alpha services