cURL
curl --request DELETE \ --url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/workers/{worker_id}/update-lock \ --header 'Authorization: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Release an update lock after worker has completed its update.
Only the worker that acquired the lock can release it (verified by worker_id).
Args: queue_id: Worker queue ID worker_id: Worker ID that holds the lock
Successful Response
Was this page helpful?