Quotas
Object Storage tracks capacity quotas separately for each storage class. The quota forSTANDARD applies to the Hot, Warm, and Cold tiers combined. The quota for STANDARD_IA applies to the Archive tier, if your organization uses this tier.
When usage in a storage class reaches that class’s capacity limit, write operations to that storage class are blocked. To request a quota increase, contact CoreWeave support and include:
- Your organization name and Org ID, found on the Settings page.
- The region and zone.
- The storage class (
STANDARDorSTANDARD_IA) the request applies to. - The requested object storage quota (TiB).
- A brief description of the workloads and expected storage growth (Optional). For example, new clusters or changes over the next 30 to 90 days.
Limits
The following limits are technical constraints on individual objects and multipart uploads.
1 The last object part of a multipart upload can be less than 5 MiB in size.
Storage capacity alerts
Object Storage sends alerts when your usage approaches or is projected to exceed your quota, giving you time to act before write operations are blocked. Alerts fire independently for each storage class quota. If your organization has bothSTANDARD and STANDARD_IA quotas, you receive separate alerts for each.
The following table lists each alert and the condition that triggers it:
When multiple alerts fire at the same time for the same storage class and zone, only the highest-severity alert fires and the others are suppressed. Each notification covers a single storage class in a single zone, so multiple zones or storage classes approaching the limit produce separate notifications.
Alerts are delivered through your configured integration. To set up Slack or webhook delivery, see CoreWeave Alerts.
PromQL for custom monitoring
You can use the following PromQL expressions against your Grafana datasource to build your own dashboards or alerting rules. The examples query theSTANDARD storage class. To query the STANDARD_IA storage class instead, replace storage_class="STANDARD" with storage_class="STANDARD_IA" in each block.
Current usage as a percentage of quota
Projected usage in 7 days as a percentage of quota
The following example usespredict_linear over a 1-week lookback: