docs/v3/api-ref/cli/work-queue.mdx
prefect work-queueprefect work-queue [OPTIONS] COMMAND [ARGS]...
prefect work-queue createprefect work-queue create [OPTIONS] NAME
prefect work-queue set-concurrency-limitprefect work-queue set-concurrency-limit [OPTIONS] NAME LIMIT
prefect work-queue clear-concurrency-limitprefect work-queue clear-concurrency-limit [OPTIONS] NAME
prefect work-queue pauseprefect work-queue pause [OPTIONS] NAME
prefect work-queue resumeprefect work-queue resume [OPTIONS] NAME
prefect work-queue inspectprefect work-queue inspect [OPTIONS] NAME
prefect work-queue slotsprefect work-queue slots [OPTIONS] NAME
prefect work-queue lsprefect work-queue ls [OPTIONS]
prefect work-queue previewprefect work-queue preview [OPTIONS] NAME
prefect work-queue deleteprefect work-queue delete [OPTIONS] NAME
prefect work-queue read-runsprefect work-queue read-runs [OPTIONS] NAME
Note that this will trigger an artificial poll of the work queue. </Info>
<AccordionGroup> <Accordion title="Arguments" defaultOpen> <ResponseField name="NAME" type="string" required> The name or ID of the work queue to poll </ResponseField> </Accordion> <Accordion title="Options" defaultOpen> <ResponseField name="--pool"> The name of the work pool containing the work queue to poll. </ResponseField> </Accordion> </AccordionGroup>