gcloud services enable SERVICE [SERVICE …] [--async] [GCLOUD_WIDE_FLAG …]
To see a list of available services for a project, run:
gcloud services list --availablemy-consumed-service on the current
project, run:
gcloud services enable my-consumed-serviceTo run the same command asynchronously (non-blocking), run:
gcloud services enable my-consumed-service --async
To enable services called service1, service2, and
service3 on the current project, run:
gcloud services enable service1 service2 service3SERVICE [SERVICE …]--async--access-token-file,
--account, --billing-project,
--configuration,
--flags-file,
--flatten, --format, --help, --impersonate-service-account,
--log-http,
--project, --quiet, --trace-token, --user-output-enabled,
--verbosity.
Run $ gcloud help for details.
gcloud alpha services enablegcloud beta services enable
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.