astro deployment worker-queue delete
info
This command is only available on Astro.
Delete an existing worker queue in a Deployment on Astro.
Usage
astro deployment worker-queue delete
Options
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 |