docs-v2/content/v2.0/cloud/rate-limits.md

1.0 KiB

title description weight menu
InfluxDB Cloud 2.0 rate limits Rate limits for Free tier users optimize InfluxDB Cloud 2.0 services. 2
v2_0_cloud
name
Rate limits

To optimize InfluxDB Cloud 2.0 services, the following rate limits are in place for Free tier users. To increase your rate limits, contact cloudbeta@influxdata.com.

  • write endpoint:

    • 5 concurrent API calls
    • 3000 KB (10 KB/s) of data written in a 5 minute window
  • query endpoint:

    • 20 concurrent API calls
    • 3000 MB (10 MB/s) of data returned in a 5 minute window
  • 5 dashboards

  • 5 tasks

  • 2 buckets

  • 72 hour retention period

View data usage

To view data usage, click Usage in the left navigation bar.

{{< nav-icon "usage" >}}

HTTP response codes

When a request exceeds the rate limit for the endpoint, the InfluxDB API returns:

  • HTTP 429 “Too Many Requests”
  • Retry-After: xxx (seconds to wait before retrying the request)