Skip to content

Commit c82f484

Browse files
committed
Updated purge command
1 parent dde774a commit c82f484

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,16 @@ wrangler queues consumer remove <queue-name> <script-name>
13481348

13491349
<Render file="wrangler-commands/global-flags" product="workers" />
13501350

1351+
### `purge`
1352+
1353+
Permanently delete all messages in a queue.
1354+
1355+
```txt
1356+
wrangler queues purge <queue-name>
1357+
```
1358+
- `queue-name` <Type text="string" /> <MetaInfo text="required" />
1359+
- The name of the queue which delivery should be purged.
1360+
13511361
### `pause-delivery`
13521362

13531363
Pause message delivery from a Queue to consumers (including push consumers, and HTTP pull consumers)

0 commit comments

Comments
 (0)