v1
latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KBqueues
Create Queue
Creates a new queue in the given project.
post/organizations/{organization_name}/projects/{project_name}/queues
Request body
Response
Created
Example response
{
"container_groups": [
{
"container": {
"image": "acme/:latest",
"image_caching": true
},
"country_codes": [
"us"
],
"display_name": "Name",
"id": "ab3a4591-efc3-46c0-b06a-3d820c0ec100",
"name": "mandlebrot",
"networking": {
"client_request_timeout": 100000,
"port": 60000,
"server_response_timeout": 100000
},
"organization_name": "acme-corp",
"project_name": "dev-env",
"replicas": 50
}
]
}