To remove a connection between a Google Virtual Private Cloud (VPC) network and a
Dedicated Interconnect connection, you delete the related VLAN
attachment (also known as an interconnectAttachment
). After you delete the
attachment, no traffic can travel between the VPC network and
your on-premises network through the connection, and BGP sessions that use the
attachment go down.
Billing for the VLAN attachment stops when you delete it; however, you're still billed for the Dedicated Interconnect connection, even if no traffic is passing through it.
Console
In the Google Cloud console, go to the Cloud Interconnect VLAN attachments tab.
Select the VLAN attachment to delete.
On the VLAN attachment details page, click Delete.
Click Delete to confirm.
gcloud
Delete attachments by providing the name of the attachment to delete:
gcloud compute interconnects attachments delete NAME
What's next
To delete a Dedicated Interconnect connection, see Delete connections.
To create a Dedicated Interconnect, see the Dedicated Interconnect provisioning overview.
To learn more about Cloud Interconnect options, see the Cloud Interconnect overview.
To help you solve common issues that you might encounter when using Cloud Interconnect, see Troubleshooting.