Concurrency Limits V2
Create Concurrency Limit V2
POST
Headers
Body
application/json
Data used by the Prefect REST API to create a v2 concurrency limit.
The concurrency limit.
Required range:
x > 0
The name of the concurrency limit.
Whether the concurrency limit is active.
The number of active slots.
Required range:
x > 0
The number of denied slots.
Required range:
x > 0
The decay rate for active slots when used as a rate limit.
Required range:
x > 0
Response
201 - application/json
An ORM representation of a v2 concurrency limit.
The concurrency limit.
The name of the concurrency limit.
Whether the concurrency limit is active.
The number of active slots.
The average amount of time a slot is occupied.
The number of denied slots.
The decay rate for active slots when used as a rate limit.