---
title: "POST /events/{eventId}/retry"
method: POST
path: "/events/{eventId}/retry"
---

# POST /events/{eventId}/retry

`POST /events/{eventId}/retry`

This endpoint retriggers the specified processing event.

## Path parameters

- `eventId` string, required — The ID of the event you want Stedi to re-emit.

## Response `200`

RetryEvent 200 response

- RetryEventResponseContent
  - `eventId` string — The ID of the newly retried event.

## Other responses

- `400` — BadRequestException 400 response
- `401` — UnauthorizedException 401 response
- `403` — AccessDeniedException 403 response
- `404` — ResourceNotFoundException 404 response
- `409` — ResourceUnderChangeException 409 response
- `422` — UnprocessableEntityException 422 response
- `429` — ThrottlingException 429 response
- `500` — ServiceException 500 response
- `503` — ServiceUnavailableException 503 response
- `504` — GatewayTimeoutException 504 response

## Changes

- **2026-04-28** `7d72a1312904` — 1 info
  - added the non-success response with the status `422`
- **2026-04-16** `e8b8d62c2e15` — 1 warning, 1 info
  - removed the optional property `cause` from the response with the `500` status
  - added the optional property `exceptionCause` to the response with the `500` status
- **2025-10-13** `057d587553be` — 2 info
  - added the non-success response with the status `409`
  - added the optional property `code` to the response with the `400` status

[Change history](https://skmtc.dev/stedi/apis/core/changes/events/:eventId/retry/post.md)

---

[API](https://skmtc.dev/stedi/apis/core.md) · [All operations](https://skmtc.dev/stedi/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stedi/core/revisions/d18c50f95948/schema)
