Skip to main content
POST
/
api
/
concurrency_limits
/
tag
/
{tag}
/
reset
Reset Concurrency Limit By Tag
curl --request POST \
  --url https://api.example.com/api/concurrency_limits/tag/{tag}/reset \
  --header 'Content-Type: application/json' \
  --data '
{
  "slot_override": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Path Parameters

tag
string
required

The tag name

Body

application/json
slot_override
string<uuid>[] | null

Manual override for active concurrency limit slots.

Response

Successful Response