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
    access to services provided by Google and third parties.

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

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     api-keys
        (ALPHA) Manage API keys.

     identity
        (ALPHA) Manage service identity.

     operations
        (ALPHA) Manage Operation for various services.

     peered-dns-domains
        (ALPHA) Peered DNS domains for various private service connections.

     quota
        (ALPHA) Manage service consumer quota.

     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.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud services

        $ gcloud beta services

