Skip to main content
POST
/
api
/
v2
/
concurrency_limits
/
decrement-with-lease
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-prefect-api-version
string

Body

application/json
lease_id
string<uuid>
required

The ID of the lease corresponding to the concurrency limits to decrement.

Response

Successful Response