> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro deployment worker-queue delete

<Info>
  This command is only available on Astro.
</Info>

Delete an existing [worker queue](/docs/astro/configure-worker-queues) in a Deployment on Astro.

## Usage

```sh wrap theme={null}
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                |

## Related commands

* [`astro deployment worker-queue update`](/docs/cli/v1.41/astro-deployment-worker-queue-update)
* [`astro deployment worker-queue create`](/docs/cli/v1.41/astro-deployment-worker-queue-create)
