Concurrency Limits V2

Update Concurrency Limit V2

patch/api/v2/concurrency_limits/{id_or_name}

Path parameters

string uuid required
OR
string required

The ID or name of the concurrency limit

Headers

x-prefect-api-versionstring

Request body

activeboolean
namestring
limitinteger
active_slotsinteger
denied_slotsinteger
slot_decay_per_secondnumber

Response

Successful Response

Changes

Changed in 1 of the 50 revisions of this API.4

    • the active request property default value true was removed

      request-property-default-value-removed

    • the active_slots request property default value 0 was removed

      request-property-default-value-removed

    • the denied_slots request property default value 0 was removed

      request-property-default-value-removed

    • the slot_decay_per_second request property default value 0 was removed

      request-property-default-value-removed