Skip to content

Commit f76ef1f

Browse files
committed
Updated changelog with links
1 parent d597580 commit f76ef1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/queues/2025-03-25-pause-purge-queues.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Pause & Purge Queues
3-
description: Queues now supports the ability to pause delivery and/or delete messages from a Queue, allowing you to better manage queue backlogs.
3+
description: Queues now supports the ability to pause delivery and/or delete messages from a queue, allowing you to better manage queue backlogs.
44
products:
55
- queues
66
date: 2025-03-27 12:00:00 UTC
@@ -27,10 +27,10 @@ Purging a queue permanently deletes all messages in the queue. Unlike pausing, p
2727
```bash title="Purge a queue"
2828
$ wrangler queues purge my-queue
2929
✔ This operation will permanently delete all the messages in queue my-queue. Type my-queue to proceed. … my-queue
30-
Purged queue 'mar-21'
30+
Purged queue 'my-queue'
3131
```
3232

33-
You can also do these operations using our REST API, or the dashboard page for a queue.
33+
You can also do these operations using the [Queues REST API](/api/resources/queues/), or the dashboard page for a queue.
3434

3535
![Pause and purge using the dashboard](~/assets/images/queues/pause-purge.png)
3636

0 commit comments

Comments
 (0)