Programmatically create, configure, and manage merge queues via REST API You can now fully manage your merge queues through the Trunk API without touching the web UI.Documentation Index
Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
Use this file to discover all available pages before exploring further.
- Create new queues with
/createQueue, specifying your target branch, mode (single or parallel), and concurrency settings. Update queue configuration on the fly with/updateQueue—adjust concurrency, enable batching, set testing timeouts, pause or drain the queue, and more. - Query queue status with
/getQueueand clean up with/deleteQueuewhen a queue is no longer needed.