Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Kontingente und Limits
Die Nutzung von Deployment Manager ist kostenlos, aber für Ressourcen, die mit Deployment Manager bereitgestellt werden, können Kosten anfallen. Zum Beispiel berechnet Compute Engine Ressourcen nach der Compute Engine-Preisliste. Weitere Informationen finden Sie in den Preislisten für die jeweiligen Produkte.
Kontingente
Deployment Manager
Für Deployment Manager gelten die folgenden API-Limits und Kontingente:
- Unbegrenzte Leseanfragen, einschließlich Anfragen über
gcloud
oder Google Cloud console. Anfragen wie get
und list
gelten dabei als Leseanfragen.
- Unbegrenzte Löschanfragen zum Löschen von Bereitstellungen.
- 1.000 API-Schreibanfragen pro Tag, einschließlich Anfragen über
gcloud
. Dazu gehören Anfragen zum Ändern oder Erstellen von Bereitstellungen und Ressourcen, z. B. insert
und update
.
- 20 API-Anfragen pro Sekunde
- 1.000 aktive Bereitstellungen pro Projekt. Wenn Sie weitere Bereitstellungen einrichten möchten, müssen Sie vorher einige andere Bereitstellungen löschen.
- Limit von 1 MB für Konfigurationen, die von Nutzern bereitgestellt werden, einschließlich YAML-Konfiguration und Importe.
- Limit von 1 MB für erweiterte Konfigurationen Bei kompletter Erweiterung darf Ihre Konfiguration diese Größe nicht überschreiten.
- Insgesamt 10.000 Ressourcen pro Vorgang. Wenn Sie eine Änderung an einer Bereitstellung vornehmen, darf die Gesamtzahl der Ressourcen in der neuen Konfiguration plus die Anzahl der Ressourcen aus der vorherigen Konfiguration, die Sie löschen, nicht überschreiten.
- 256 Typanbieter pro Projekt.
- 256 zusammengesetzte Typen pro Projekt
Außerdem gelten die Kontingente für andere Google Cloud-Dienste, die Sie nutzen. Zum Beispiel kann der Deployment Manager nicht mehr virtuelle Maschinen für die Compute Engine bereitstellen, als durch die verfügbaren Kontingente für Ihr Projekt vorgesehen sind. Weitere Informationen können Sie den Kontingentangaben für die jeweiligen Dienste der Google Cloud Platform entnehmen.
Cloud Runtime Configuration API
Für die Cloud Runtime Configuration API gelten die folgenden API-Limits und Kontingente:
- 1.200 Abfragen pro Minute (Queries Per Minute, QPM) für
delete
-, create
- und update
-Anfragen.
- 600 QPM für
watch
-Anfragen.
- 6.000 QPM für
get
- und list
-Anfragen.
- 4 MB Daten pro Projekt. Dies umfasst alle in den Cloud Runtime Configuration API-Dienst geschriebenen Daten und zugehörigen Metadaten.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-08-19 (UTC).
[[["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-19 (UTC)."],[[["\u003cp\u003eDeployment Manager itself is free to use, but charges may apply for the resources you deploy, such as Compute Engine resources.\u003c/p\u003e\n"],["\u003cp\u003eThere are unlimited read and delete requests available for Deployment Manager, but write requests are capped at 1,000 per day.\u003c/p\u003e\n"],["\u003cp\u003eDeployment Manager allows for 1,000 active deployments per project, and there are size limits of 1MB for both user-provided and expanded configurations.\u003c/p\u003e\n"],["\u003cp\u003eThe Cloud Runtime Configuration API has request limits, including 1200 Queries Per Minute (QPM) for \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003ecreate\u003c/code\u003e, and \u003ccode\u003eupdate\u003c/code\u003e requests, as well as a 4MB data limit per project.\u003c/p\u003e\n"],["\u003cp\u003eDeployment manager has an enforced limit of 10000 total resources per operation, 256 type providers per project, and 256 composite types per project.\u003c/p\u003e\n"]]],[],null,["Quotas and Limits\n\n\nCloud Deployment Manager does not charge for use, but any resources you\ndeploy using Deployment Manager may incur charges. For example,\nCompute Engine charges for resources per the\n[Compute Engine price sheet](/compute/pricing). For more information,\nsee the price sheets for the respective products.\n\nQuotas\n------\n\n### Deployment Manager\n\nDeployment Manager enforces the following API limits and quotas:\n\n- **Unlimited read requests** , which include any requests made through `gcloud` or [Google Cloud console](https://console.cloud.google.com/). Requests such as `get` and `list` would be considered read requests.\n- **Unlimited delete requests** to delete deployments.\n- **1,000 API write requests per day** , including requests made through `gcloud`. This includes requests to change or create deployments and resources, such as `insert` and `update`.\n- **20 API requests per second**.\n- **1,000 active deployments per project** . If you want to create additional deployments, you must first [delete some deployments](/deployment-manager/docs/deployments/deleting-deployments).\n- **1 MB limit on user-provided configurations**, including the YAML configuration and any imports.\n- **1 MB limit on expanded configurations**. When fully-expanded, your configuration cannot exceed this size.\n- **10000 total resources per operation**. When you make a change to a deployment, the total number of resources in the new configuration plus the number of resources from the previous configuration that you are deleting can't exceed this limit.\n- **256 type providers per project**.\n- **256 composite types per project**.\n\nIn addition, you are subject to quotas enforced by any other Google Cloud\nservices you use. For example, Deployment Manager can't deploy\nmore Compute Engine virtual machines than the available quota for your\nproject. For more information, refer to the quota information for the specific\nGoogle Cloud Platform services.\n\n### Cloud Runtime Configuration API\n\nCloud Runtime Configuration API enforces the following API limits and quotas:\n\n- **1200 Queries Per Minute (QPM)** for `delete`, `create`, and `update` requests.\n- **600 QPM** for `watch` requests.\n- **6000 QPM** for `get` and `list` requests.\n- **4MB of data per project**, which consists of all data written to the Cloud Runtime Configuration API service and accompanying metadata."]]