curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/install-script \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate an installation script for setting up a worker for this queue.
Supports multiple deployment types:
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/install-script \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?