curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/workers/{worker_id}/update-lock \
--header 'Authorization: Bearer <token>'{
"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
curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/workers/{worker_id}/update-lock \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?