Pour vous aider à résoudre les problèmes courants que vous pouvez rencontrer lors de l'utilisation de Cloud Interconnect, consultez la page Dépannage.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/05 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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)."]]