Deploy limit with cli

Quotas and Limit from here Netlify Website Terms of Use | Netlify says

For paid accounts:
API requests: 500 requests/minute, 3 deploys/minute* — Hard

Does the same limit apply for deployments via netlify-cli?

Context:
We are building and deploying our customers’ static sites using circle-ci with netlify-cli.

the CLI uses the API, so yes :slight_smile:

There is no way to deploy to netlify without using the API - our UI, the CLI, direct HTTP calls, drag and drop - those all “use” the API and are thus counted in the limits for API usage and for deploys/min :slight_smile:

Fair enough, thank you :slight_smile: