File: //snap/google-cloud-cli/394/help/man/man1/gcloud_beta_compute_networks_peerings_delete.1
.TH "GCLOUD_BETA_COMPUTE_NETWORKS_PEERINGS_DELETE" 1
.SH "NAME"
.HP
gcloud beta compute networks peerings delete \- delete a Compute Engine network peering
.SH "SYNOPSIS"
.HP
\f5gcloud beta compute networks peerings delete\fR \fINAME\fR \fB\-\-network\fR=\fINETWORK\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR \fBgcloud beta compute networks peerings delete\fR deletes a
Compute Engine network peering.
.SH "EXAMPLES"
To delete a network peering with the name 'peering\-name' on the network
\'local\-network', run:
.RS 2m
$ gcloud beta compute networks peerings delete peering\-name \e
\-\-network=local\-network
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fINAME\fR
The name of the peering to delete.
.RE
.sp
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
\fB\-\-network\fR=\fINETWORK\fR
The name of the network in the current project containing the peering.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud compute networks peerings delete
.RE
.RS 2m
$ gcloud alpha compute networks peerings delete
.RE