---
title: "Replay any previously parked messages in a stream"
method: POST
path: "/subscriptions/{stream}/{subscription}/replayParked"
tags: ["Subscriptions"]
---

# Replay any previously parked messages in a stream

`POST /subscriptions/{stream}/{subscription}/replayParked`

Replay any previously parked messages in a stream that were parked by a negative acknowledgement action.

## Path parameters

- `stream` string, required
- `subscription` string, required

## Query parameters

- `stopAt` unknown

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/kurrent-io/apis/http-api.md) · [All operations](https://skmtc.net/kurrent-io/apis/http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kurrent-io/http-api/revisions/b7fd712e809c/schema)
