Vultr DocsLatest Content

Associated Doc

What Rate Limits Apply to the Vultr API?

Updated on 15 September, 2025

Explains the rate limits Vultr enforces on API requests to maintain stability and ensure fair usage across users.


Vultr enforces rate limits to maintain API stability and ensure fair usage across all users. Request volume is monitored per originating IP address.

If your application exceeds 30 requests per second, you may receive an HTTP 429 Too Many Requests response.

To avoid throttling and stay within safe limits:

  • Optimize API usage by minimizing unnecessary calls.
  • Implement exponential backoff or retries with delay when handling 429 responses.
  • Distribute traffic evenly to prevent sudden bursts.

For more information, refer to the Vultr API reference.