Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Nachdem Sie einen Load-Balancer eingerichtet haben, können Sie die erstellten Ressourcen löschen, damit Ihnen diese nicht weiter in Rechnung gestellt werden. Wenn diese Ressourcen in einem eigenen Projekt erstellt wurden, können Sie das gesamte Projekt löschen. Ansonsten können Sie die Ressourcen einzeln löschen.
Projekt löschen
Console
Rufen Sie in der Google Cloud Console die Seite Projekte auf.
Klicken Sie das Kästchen neben dem Namen des Load-Balancers an.
Klicken Sie oben auf der Seite auf deleteLöschen.
Klicken Sie die Kästchen neben allen zusätzlichen Ressourcen an, einschließlich Back-End-Diensten, Back-End-Buckets, Systemdiagnosen und SSL-Zertifikaten.
Klicken Sie auf Load-Balancer und ausgewählte Ressourcen löschen.
Cloud Storage-Buckets löschen
Wenn Sie Back-End-Buckets erstellt haben, werden beim Löschen des Load-Balancers und der Back-End-Buckets die zugrunde liegenden Cloud Storage-Buckets oder die darin enthaltenen Objekte nicht gelöscht.
Informationen zum Löschen von Cloud Storage-Buckets und der darin enthaltenen Objekte finden Sie unter Buckets löschen.
Instanzgruppen löschen
Wenn Sie Instanzgruppen erstellt haben, löschen Sie sie. Beim Löschen der Instanzgruppe werden auch die einzelnen VMs gelöscht.
Google Cloud Rufen Sie in der Console die Seite Instanzgruppen auf.
Wählen Sie das Kästchen neben Name aus, um alle Instanzen auszuwählen, und klicken Sie dann auf deleteLöschen.
Klicken Sie im Bestätigungsfenster auf deleteLöschen.
NEGs löschen
Wenn Sie Netzwerk-Endpunktgruppen (NEGs) erstellt haben, löschen Sie sie. Beim Löschen einer NEG werden auch Netzwerkendpunkte gelöscht, die in der NEG enthalten sind.
Rufen Sie in der Google Cloud Console die Seite Netzwerk-Endpunktgruppen auf.
Klicken Sie die Kästchen neben Ihren reservierten IP-Adressen an.
Klicken Sie auf Statische Adresse freigeben.
Klicken Sie im Bestätigungsfenster auf deleteLöschen.
VPC-Netzwerk löschen
Wenn Sie ein benutzerdefiniertes VPC-Netzwerk erstellt haben, löschen Sie es. Durch das Löschen eines VPC-Netzwerks werden auch die zugehörigen Subnetzwerke, Routen und Firewallregeln gelöscht.
Google Cloud Rufen Sie in der Console die Seite VPC-Netzwerke 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-08-18 (UTC)."],[],[],null,["# Clean up a load balancing setup\n\nAfter you set up a load balancer, you can delete the resources that you made so\nthat you aren't billed for them in the future. If these resources were created\nwithin their own project, you can delete the entire project. Otherwise, you can\ndelete the resources individually.\n\nDeleting the project\n--------------------\n\n| **Caution** : Deleting a project has the following effects:\n|\n| - **Everything in the project is deleted.** If you used an existing project, when you delete it, you also delete any other work that you've done in the project.\n- **Custom project IDs are lost.** When you created this project, you might have created a custom project ID that you want to use in the future. To preserve the URLs that use the project ID, such as a `YOUR_PROJECT_ID.REGION_ID.r.appspot.com` URL, delete selected resources inside the project instead of deleting the project. \n\n### Console\n\n1. In the Google Cloud console, go to the **Projects** page.\n\n [Go to Projects](https://console.cloud.google.com/cloud-resource-manager)\n2. In the project list, select the project that you want to delete, and then\n click delete**Delete**.\n\n3. In the dialog, type the \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e, and then click\n **Shut down** to delete the project.\n\n### gcloud\n\nRun the following command, replacing \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e with your\nproject ID: \n\n```\ngcloud projects delete PROJECT_ID\n```\n\nDeleting individual resources\n-----------------------------\n\n### Deleting the load balancer\n\n1. In the Google Cloud console, go to the **Load balancing** page.\n\n [Go to Load balancing](https://console.cloud.google.com/networking/loadbalancing/add)\n2. Select the checkbox next to your load balancer name.\n\n3. At the top of the page, click delete**Delete**.\n\n4. Select the checkboxes next to all the additional resources, including\n backend services, backend buckets, health checks, and SSL certificates.\n\n5. Click **Delete load balancer and the selected resources**.\n\n| **Note:** If you try to delete an external passthrough Network Load Balancer with target pool backends by using a mixed TCP/UDP configuration from the Google Cloud console, you might get the following message: **This load balancer has TCP/UDP mixed configuration. Use\n| Google Cloud CLI or REST API to delete it.** You first need to remove the individual resources (forwarding rules, target proxy, URL map, health checks or target pool) by using the Google Cloud CLI or REST API depending on whatever is configured for the load balancer.\n\n### Deleting the Cloud Storage buckets\n\nIf you created backend buckets, deleting the load balancer and backend buckets\ndoesn't delete the underlying Cloud Storage buckets or the objects\ncontained within them.\n\nFor information about deleting Cloud Storage buckets and the objects\ncontained within them, see [Deleting buckets](/storage/docs/deleting-buckets).\n\n### Deleting the instance groups\n\nIf you created instance groups, delete them. Deleting the instance group\nalso deletes the individual VMs.\n\n1. In the Google Cloud console, go to the **Instance groups** page.\n\n [Go to Instance groups](https://console.cloud.google.com/compute/instanceGroups/list)\n2. To select all instance groups, select the checkbox next to **Name** , and then\n click delete**Delete**.\n\n3. In the confirmation window, click delete**Delete**.\n\n### Deleting the VM instances\n\nIf you created standalone VM instances, delete them.\n\n1. In the Google Cloud console, go to the **VM instances** page.\n\n [Go to VM instances](https://console.cloud.google.com/compute/instances)\n2. Select the checkbox next to **Name** to select all instances, and\n then click delete**Delete**.\n\n3. In the confirmation window, click delete**Delete**.\n\n### Deleting the NEGs\n\nIf you created any network endpoint groups (NEGs), delete them. Deleting a NEG\nalso deletes [network\nendpoints](/compute/docs/reference/rest/v1/networkEndpointGroups/listNetworkEndpoints)\ncontained in the NEG.\n\n1. In the Google Cloud console, go to the **Network Endpoint Groups** page.\n\n [Go to Network Endpoint Groups](https://console.cloud.google.com/compute/networkendpointgroups/list)\n2. Locate the network endpoint group that you want to delete.\n\n3. In that row, click delete**Delete**.\n\n### Releasing reserved IP addresses\n\nIf your load balancer uses one or more a reserved IP addresses, make sure you\ndelete them.\n\n1. In the Google Cloud console, go to the **External IP addresses** page.\n\n [Go to External IP addresses](https://console.cloud.google.com/addresses/list)\n2. Select the checkboxes next to your reserved IP addresses.\n\n3. Click **Release static address**.\n\n4. In the confirmation window, click delete**Delete**.\n\n### Deleting the VPC network\n\nIf you created a custom VPC network, delete it. Deleting a\nVPC network also deletes its subnetworks, routes, and firewall\nrules.\n\n1. In the Google Cloud console, go to the **VPC networks** page.\n\n [Go to VPC networks](https://console.cloud.google.com/networking/networks/list)\n2. Click your custom VPC network.\n\n3. On the network details page, click **Delete VPC network**.\n\n4. In the confirmation window, click delete**Delete**.\n\n### Deleting custom firewall rules in the default VPC network\n\nIf you created custom firewall rules in the default VPC network,\ndelete them.\n\n1. In the Google Cloud console, go to the **Firewall policies** page.\n\n [Go to Firewall policies](https://console.cloud.google.com/net-security/firewall-manager/firewall-policies/list)\n2. Select the checkboxes next to your custom firewall rules.\n\n3. Click delete**Delete**.\n\n4. In the confirmation window, click delete**Delete**."]]