Spot · Rate Limits

Flexera Rate Limits

Spot.io / Flexera does not publish per-second numeric rate limits for the public Spot API at api.spotinst.io. Bearer-token authenticated requests are subject to standard 429 throttling and an X-Request-Id is returned for correlation. Bulk operations (large cluster updates, savings reports) may queue.

1 Limits Throttle: 429
AutoscalingCloud InfrastructureCost OptimizationKubernetesSpot InstancesRate Limiting

Limits

Spot API default throttle account/api-token
varies
not publicly published; standard 429/503 throttling applies

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter on 429/5xx and honor Retry-After when present.
Bulk Operation Queueing
Long-running operations (cluster scale-out, commitment optimization runs) are asynchronous; poll the operation endpoint rather than retry the originating request.
Per-Account Tokens
API tokens are scoped to the Spot account; rotate via the console; revoking a token deauthorizes immediately.

Sources