Create Queue
Creates a new queue in the given project.
Last Updated: July 1, 2025Documentation Index
Fetch the complete documentation index at: https://docs.salad.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Your organization name. This identifies the billing context for the API operation and represents a security boundary for SaladCloud resources. The organization must be created before using the API, and you must be a member of the organization. The organization name.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$"acme-corp"
Your project name. This represents a collection of related SaladCloud resources. The project must be created before using the API. The project name.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$"dev-env"
Body
Represents a request to create a new queue.
The queue name. This must be unique within the project.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$The description. This may be used as a space for notes or other information about the queue.
500^.*$The display name. This may be used as a more human-readable name.
2 - 63^[ ,-.0-9A-Za-z]+$Response
Created
Represents a queue.
The container groups that are part of this queue. Each container group represents a scalable set of identical containers running as a distributed service.
100The date and time the queue was created.
The display name. This may be used as a more human-readable name.
2 - 63^[ ,-.0-9A-Za-z]+$The queue identifier. This is automatically generated and assigned when the queue is created.
The queue name. This must be unique within the project.
2 - 63^[a-z][a-z0-9-]{0,61}[a-z0-9]$The date and time the queue was last updated.
The current length of the queue
0 <= x <= 2147483647The description. This may be used as a space for notes or other information about the queue.
500^.*$