- NAME
-
- gcloud beta services vpc-peerings delete - delete a private service connection to a service for a project network
- SYNOPSIS
-
-
gcloud beta services vpc-peerings delete--network=NETWORK[--async] [--service=SERVICE; default="servicenetworking.googleapis.com"] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)This command deletes a private service connection to a service via a VPC network. - EXAMPLES
- To delete an existing connection for a network called
my-networkon the current project to a service calledyour-servicerun:gcloud beta services vpc-peerings delete --network = my-network --service = your-serviceTo run the same command asynchronously (non-blocking), run:
gcloud beta services vpc-peerings delete --network = my-network --service = your-service --async - REQUIRED FLAGS
-
-
--network=NETWORK - The network in the current project which is peered with the service
-
- OPTIONAL FLAGS
-
-
--async - Return immediately, without waiting for the operation in progress to complete.
-
--service=SERVICE; default="servicenetworking.googleapis.com" - The service to connect to
-
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--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 helpfor details. - NOTES
- This command is currently in beta and might change without notice. These
variants are also available:
gcloud services vpc-peerings deletegcloud alpha services vpc-peerings delete
gcloud beta services vpc-peerings delete
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.

