Stay organized with collections
Save and categorize content based on your preferences.
To disconnect your Virtual Private Cloud (VPC) network and on-premises network,
you must delete the VLAN attachment for the Partner Interconnect
connection. Work with your service provider to initiate the deletion. That way
billing by Google and your service provider stops at the same time.
If you delete the VLAN attachment in Google Cloud first, the attachment is
deleted and Google stops billing you for it. However, your service provider
might not be aware of this change and might continue to charge you for the
connection. Contact your service provider to ensure that they delete your
connection and stop billing you.
After your service provider disconnects your VLAN attachment, the state of your
attachment changes to DEFUNCT, and you can delete the attachment. Both Google
and your service provider stop billing you.
Console
In the Google Cloud console, go to the Cloud Interconnect VLAN
attachments tab.
Select the VLAN attachment to delete. If your service provider
disconnected your attachment, its status is Defunct. If it's in
any other state, you can still delete the attachment, but contact your
service provider to make sure they're aware of this change.
On the VLAN attachment details page, click Delete.
Click Delete to confirm.
gcloud
Describe the VLAN attachment to check whether your service provider
disconnected it; if they did, the state of the attachment is DEFUNCT.
If the state of the attachment is in any other state, you can still
delete the attachment, but contact your service provider to make sure
they're aware of this change.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Delete VLAN attachments\n\nTo disconnect your Virtual Private Cloud (VPC) network and on-premises network,\nyou must delete the VLAN attachment for the Partner Interconnect\nconnection. Work with your service provider to initiate the deletion. That way\nbilling by Google and your service provider stops at the same time.\n\nIf you delete the VLAN attachment in Google Cloud first, the attachment is\ndeleted and Google stops billing you for it. However, your service provider\nmight not be aware of this change and might continue to charge you for the\nconnection. Contact your service provider to ensure that they delete your\nconnection and stop billing you.\n\nAfter your service provider disconnects your VLAN attachment, the state of your\nattachment changes to `DEFUNCT`, and you can delete the attachment. Both Google\nand your service provider stop billing you. \n\n### Console\n\n1. In the Google Cloud console, go to the Cloud Interconnect **VLAN\n attachments** tab.\n\n [Go to VLAN attachments](https://console.cloud.google.com/hybrid/interconnects/list)\n2. Select the VLAN attachment to delete. If your service provider\n disconnected your attachment, its status is `Defunct`. If it's in\n any other state, you can still delete the attachment, but contact your\n service provider to make sure they're aware of this change.\n\n3. On the **VLAN attachment details** page, click **Delete**.\n\n4. Click **Delete** to confirm.\n\n### gcloud\n\n1. Describe the VLAN attachment to check whether your service provider\n disconnected it; if they did, the state of the attachment is `DEFUNCT`.\n If the state of the attachment is in any other state, you can still\n delete the attachment, but contact your service provider to make sure\n they're aware of this change.\n\n ```\n gcloud compute interconnects attachments describe my-attachment \\\n --region us-central1\n ```\n2. Delete the VLAN attachment:\n\n ```\n gcloud compute interconnects attachments delete my-attachment\n --region us-central1\n ```\n\nWhat's next\n-----------\n\n- To create a Partner Interconnect connection, see the\n [Partner Interconnect provisioning overview](/network-connectivity/docs/interconnect/how-to/partner/provisioning-overview).\n\n- To learn more about Cloud Interconnect options, see the\n [Cloud Interconnect overview](/network-connectivity/docs/interconnect/concepts/overview).\n\n- To help you solve common issues that you might encounter when using\n Partner Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting#partner)."]]