---
title: "Queue Redrive Dlq"
method: POST
path: "/api/v1.msgs.queue.redrive-dlq"
tags: ["Msgs"]
---

# Queue Redrive Dlq

`POST /api/v1.msgs.queue.redrive-dlq`

Moves all dead-letter queue messages back to the main queue for reprocessing.

## Request body

- MsgQueueRedriveDlqIn
  - `namespace` string, nullable
  - `topic` string, required
  - `consumer_group` string, required

## Response `200`

- MsgQueueRedriveDlqOut

## Other responses

- `400`
- `401`
- `403`
- `422`

## Changes

- **2026-03-31** `f62be26d2a53` — 6 breaking, 4 warning, 2 info
  - the `detail` response's property type changed from `string` to `array` for status `422`
  - removed the required property `code` from the response with the `422` status
  - removed the required property `type` from the response with the `400` status
  - removed the required property `type` from the response with the `401` status
  - …8 more

[Change history](https://skmtc.dev/svix/apis/diom-api/changes/api/v1.msgs.queue.redrive-dlq/post.md)

---

[API](https://skmtc.dev/svix/apis/diom-api.md) · [All operations](https://skmtc.dev/svix/apis/diom-api/llms.txt) · [OpenAPI document](https://skmtc.dev/svix/apis/diom-api/revisions/4bfee3499c4c?raw)
