Querator V1
Update a queue
Update the specifics of a queue. Reducing the number of partitions will not delete the existing partitions. Consumers will continue to consume from the existing partitions until there are no messages left to consume. The partitions will be deleted at some later date time.
post/v1/queue.update
Response
Example response
{
"actual_partitions": 5,
"reserve_timeout": "3m",
"deadline": "24h",
"empty_deadline": "30d"
}