Klicken Sie auf dem Tab Websiteübergreifende Netzwerke auf den Namen des websiteübergreifenden Netzwerks, das die Drahtgruppe enthält, die Sie löschen möchten.
Klicken Sie im Bereich Drahtgruppen auf den Namen der Drahtgruppe, die Sie löschen möchten.
Klicken Sie auf der Seite Details zur Drahtgruppe auf Löschen.
Wenn Sie ein standortübergreifendes Netzwerk löschen möchten, wiederholen Sie diese Schritte für jede Leitungsgruppe, die mit dem Netzwerk verknüpft ist.
CROSS_SITE_NETWORK_NAME: der Name des standortübergreifenden Netzwerks, das die Drahtgruppe enthält
Wenn Sie ein standortübergreifendes Netzwerk löschen möchten, wiederholen Sie diesen Befehl für jede Leitungsgruppe, die mit dem Netzwerk verknüpft ist.
Websiteübergreifendes Netzwerk löschen
In diesem Abschnitt wird beschrieben, wie Sie ein standortübergreifendes Netzwerk löschen, das keine Leitungsgruppen enthält.
Console
So löschen Sie ein standortübergreifendes Netzwerk:
Rufen Sie in der Google Cloud Console die Seite Interconnect auf.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-05 (UTC)."],[],[],null,["# Delete a cross-site network\n\nThis page describes how to delete a cross-site network.\n\nTo delete a cross-site\nnetwork, you must first delete all of the wire groups that are associated with\nthe network.\n|\n| **Preview**\n|\n|\n| This product is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following Identity and Access Management (IAM) roles.\n\n**Permissions**\n\n- `compute.crossSiteNetworks.delete`\n- `compute.wireGroups.delete`\n\n**Roles**\n\n- Owner (`roles/owner`)\n- Editor (`roles/editor`)\n- Compute Network Admin (`roles/compute.networkAdmin`)\n\nDelete a wire group\n-------------------\n\nThis section describes how to delete a wire group. \n\n### Console\n\nTo delete a wire group in a cross-site network, do the following:\n\n1. In the Google Cloud console, go to the **Interconnect** page.\n\n\n [Go to Interconnect](https://console.cloud.google.com/hybrid/interconnects/list)\n\n \u003cbr /\u003e\n\n2. On the **Cross-site networks** tab, click the name of the cross-site\n network that contains the wire group that you want to delete.\n\n3. In the **Wire groups** section, click the name of the wire group that you\n want to delete.\n\n4. On the **Wire group details** page, click **Delete**.\n\n5. If you want to delete a cross-site network, repeat these steps for each\n wire group that is associated with the network.\n\n### gcloud\n\nTo delete a wire group, use the\n[`gcloud beta compute interconnects wire-groups delete` command](/sdk/gcloud/reference/beta/compute/interconnects/wire-groups/delete). \n\n```\n gcloud beta compute interconnects wire-groups delete WIRE_GROUP_NAME \\\n --cross-site-network=CROSS_SITE_NETWORK_NAME\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eWIRE_GROUP_NAME\u003c/var\u003e: the name of the wire group\n- \u003cvar translate=\"no\"\u003eCROSS_SITE_NETWORK_NAME\u003c/var\u003e: the name of the cross-site network that contains the wire group\n\nIf you want to delete a cross-site network, repeat this command for each\nwire group that is associated with the network.\n\nDelete a cross-site network\n---------------------------\n\nThis section describes how to delete a cross-site network that doesn't contain\nany wire groups. \n\n### Console\n\nTo delete a cross-site network, do the following:\n\n1. In the Google Cloud console, go to the **Interconnect** page.\n\n\n [Go to Interconnect](https://console.cloud.google.com/hybrid/interconnects/list)\n\n \u003cbr /\u003e\n\n2. On the **Cross-site networks** tab, click the name of the cross-site\n network that you want to delete.\n\n3. On the **Cross-site network details** page, click **Delete**.\n\n### gcloud\n\nTo delete a cross-site network, use the\n[`gcloud beta compute interconnects cross-site-networks delete` command](/sdk/gcloud/reference/beta/compute/interconnects/cross-site-networks/delete). \n\n```\n gcloud beta compute interconnects cross-site-networks delete CROSS_SITE_NETWORK_NAME\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCROSS_SITE_NETWORK_NAME\u003c/var\u003e: the name of the cross-site network\n\nWhat's next\n-----------\n\n- To learn more about Cross-Site Interconnect, see the\n [Cross-Site Interconnect overview](/network-connectivity/docs/interconnect/concepts/cross-site-overview).\n\n- To help you solve common issues that you might encounter when using\n Cloud Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting)."]]