Delete a cross-site network

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:

  1. In the Google Cloud console, go to the Interconnect page.

    Go to Interconnect

  2. On the Cross-site networks tab, click the name of the cross-site network that contains the wire group that you want to delete.

  3. In the Wire groups section, click the name of the wire group that you want to delete.

  4. On the Wire group details page, click Delete.

  5. 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 beta compute interconnects wire-groups delete command.

  gcloud beta 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:

  1. In the Google Cloud console, go to the Interconnect page.

    Go to Interconnect

  2. On the Cross-site networks tab, click the name of the cross-site network that you want to delete.

  3. On the Cross-site network details page, click Delete.

gcloud

To delete a cross-site network, use the gcloud beta compute interconnects cross-site-networks delete command.

  gcloud beta 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