This command is only available on Astro.
astro deployment worker-queue
astro deployment worker-queue delete
Delete a Deployment worker queue.
Delete an existing worker queue in a Deployment on Astro.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete a Deployment worker queue.
astro deployment worker-queue delete
| Option | Description | Possible Values |
|---|---|---|
-d,--deployment-id | The ID of the Deployment whose worker queue you want to delete | Any valid Deployment ID |
--deployment-name | The name of the Deployment whose worker queue you want to delete. Use as an alternative to <deployment-id> | Any valid Deployment name |
-f --force | Skip prompting the user to confirm the deletion | “ |
-n,--name | The name of the worker queue to delete | Any string |
Was this page helpful?