---
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

---

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