cURL
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>" } ] }
The tag name
Manual override for active concurrency limit slots.
Successful Response
Was this page helpful?