Skip to content

Commit ea04cf4

Browse files
authored
Machines API rate limit scope clarification (#1966)
1 parent a3225ba commit ea04cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machines/api/working-with-machines-api.html.markerb

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ Typically, 2xx HTTP status codes denote successful operations, 4xx codes imply f
7777

7878
## Rate Limits
7979

80-
Machines API rate limits apply _per-action_, _per-machine_. The limit is 1 request, per second, per action (i.e. Create Machine, Start Machine etc.) — with a short-term burst limit up to 3 req/s, per action.
80+
Machines API rate limits apply _per-action_, _per-machine_ and are scoped per identifier. That might be Machine ID or App ID, depending on the type of request. The limit is 1 request, per second, per action (i.e. Create Machine, Start Machine etc.) — with a short-term burst limit up to 3 req/s, per action.
8181

8282
This applies to all actions except [Get Machine](/docs/machines/api/machines-resource/#get-a-machine) which is 5 req/s, with a short-term burst limit up to 10 req/s.

0 commit comments

Comments
 (0)