Skip to main content
POST
/
api
/
concurrency_limits
/
increment
Increment Concurrency Limits V1
curl --request POST \
  --url https://api.example.com/api/concurrency_limits/increment \
  --header 'Content-Type: application/json' \
  --data '
{
  "names": [
    "<string>"
  ],
  "task_run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "limit": 123
  }
]

Headers

x-prefect-api-version
string

Body

application/json
names
string[]
required

The tags to acquire a slot for

task_run_id
string<uuid>
required

The ID of the task run acquiring the slot

Response

Successful Response

id
string<uuid>
required
name
string
required
limit
integer
required