Skip to main content
GET
/
api
/
v1
/
worker-queues
/
{queue_id}
/
install-script
Get Installation Script
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/worker-queues/{queue_id}/install-script \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

queue_id
string
required

Query Parameters

deployment_type
enum<string>
default:local
Available options:
docker,
kubernetes,
openshift,
local

Response

Successful Response