1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/alpha/compute/interconnects/wire-groups/delete

37 lines
1.3 KiB
Text
Raw Normal View History

2023-12-20 10:06:06 +00:00
NAME
2025-01-23 10:02:29 +00:00
gcloud alpha compute interconnects wire-groups delete - delete Compute
Engine wire groups
2023-12-20 10:06:06 +00:00
SYNOPSIS
2025-01-23 10:02:29 +00:00
gcloud alpha compute interconnects wire-groups delete NAME [NAME ...]
--cross-site-network=CROSS_SITE_NETWORK [GCLOUD_WIDE_FLAG ...]
2023-12-20 10:06:06 +00:00
DESCRIPTION
2025-01-23 10:02:29 +00:00
(ALPHA) gcloud alpha compute interconnects wire-groups delete deletes
Compute Engine wire groups.
2023-12-20 10:06:06 +00:00
POSITIONAL ARGUMENTS
2025-01-23 10:02:29 +00:00
NAME [NAME ...]
Names of the wire groups to delete.
2023-12-20 10:06:06 +00:00
2025-01-23 10:02:29 +00:00
REQUIRED FLAGS
--cross-site-network=CROSS_SITE_NETWORK
Name of the crossSiteNetwork to operate on.
2023-12-20 10:06:06 +00:00
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 help for details.
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
2025-02-26 10:38:18 +00:00
access allowlist. This variant is also available:
$ gcloud beta compute interconnects wire-groups delete
2023-12-20 10:06:06 +00:00