cURL
curl --request POST \ --url https://api.example.com/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>", "input": "<unknown>", "ctx": {} } ] }
Documentation IndexFetch the complete documentation index at: https://docs.prefect.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
The tag name
Manual override for active concurrency limit slots.
Successful Response
Was this page helpful?