Service quotas
Quotas in the Cloudfleet platform are implemented as limitations on the types of resources that users can create and utilize. These quotas are applied at the organization level and play an important role in managing resource allocation and ensuring efficient usage within the Cloudfleet environment.
Pro Cluster Tier
The higher-level Pro cluster tier is available for organizations with verified payment methods and billing addresses. Verified accounts have a soft quota for the number of Pro clusters that covers the majority of customer needs. This quota can also be adjusted upon request by Cloudfleet support.
View Cloudfleet service quotas
View Cloudfleet service quotas using CLI
You can view the quotas for your organization using the Cloudfleet CLI. Run the following command to view the quotas for your organization:
cloudfleet organization describe
The output will display the quotas for your organization, including the maximum number of Basic and Pro clusters, and fleets that can be created:
{
"basic_clusters_max": 1,
"basic_clusters_available": 1,
"pro_clusters_max": 10,
"pro_clusters_available": 10,
"fleets_max": 15,
"managed_fleets_cpu_max": 50,
}
View Cloudfleet service quotas using API
You can view the quotas for your organization using the Cloudfleet API. Run the following command to view the quotas for your organization:
curl -X 'GET' \
'https://api.cloudfleet.ai/v1/organization' \
-H 'accept: application/json'
Requesting Quota Changes
If you require additional resources beyond your current quota, you can request a quota increase by contacting Cloudfleet support. The support team will review your request and adjust your quota as needed.
Additional Approval Process (Business Verification)
Certain items are subject to an additional approval process (business account verification). When selecting certain high-end machines, you may be asked to provide information about your use case. Approvals typically take 1–2 business days, though you may be asked for additional information when submitting a request.
← API tokens