This page describes how to delete a cross-site network.
To delete a cross-site network, you must first delete all of the wire groups that are associated with the network.
Delete a wire group
This section describes how to delete a wire group.
Console
To delete a wire group in a cross-site network, do the following:
-
In the Google Cloud console, go to the Interconnectpage.
-
On the Cross-site networkstab, click the name of the cross-site network that contains the wire group that you want to delete.
-
In the Wire groupssection, click the name of the wire group that you want to delete.
-
On the Wire group detailspage, click Delete.
-
If you want to delete a cross-site network, repeat these steps for each wire group that is associated with the network.
gcloud
To delete a wire group, use the gcloud compute interconnects wire-groups delete
command
.
gcloud compute interconnects wire-groups delete WIRE_GROUP_NAME \ --cross-site-network= CROSS_SITE_NETWORK_NAME
Replace the following:
-
WIRE_GROUP_NAME: the name of the wire group -
CROSS_SITE_NETWORK_NAME: the name of the cross-site network that contains the wire group
If you want to delete a cross-site network, repeat this command for each wire group that is associated with the network.
Delete a cross-site network
This section describes how to delete a cross-site network that doesn't contain any wire groups.
Console
To delete a cross-site network, do the following:
-
In the Google Cloud console, go to the Interconnectpage.
-
On the Cross-site networkstab, click the name of the cross-site network that you want to delete.
-
On the Cross-site network detailspage, click Delete.
gcloud
To delete a cross-site network, use the gcloud compute interconnects cross-site-networks delete
command
.
gcloud compute interconnects cross-site-networks delete CROSS_SITE_NETWORK_NAME
Replace the following:
-
CROSS_SITE_NETWORK_NAME: the name of the cross-site network
What's next
-
To learn more about Cross-Site Interconnect, see the Cross-Site Interconnect overview .
-
To help you solve common issues that you might encounter when using Cloud Interconnect, see Troubleshooting .

