> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulk re-drives every **failed** delivery (optionally for one partner) back to

> pending so the worker retries them — e.g. after a partner endpoint recovers. Idempotent at the AS2 layer; capped at 500.

pending so the worker retries them — e.g. after a partner endpoint recovers.
Idempotent at the AS2 layer; capped at 500.

### Request body

`RedeliverBulkBody`

<ParamField body="partner_id" type="string" />

### Response

No response body. Bulk redeliver summary.

### Status codes

| Code  | Meaning                   |
| ----- | ------------------------- |
| `200` | Bulk redeliver summary    |
| `403` | Admin credential required |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://edi.stateset.com/v1/deliveries/redeliver-bulk' \
    --header 'Authorization: Bearer YOUR_API_KEY' \
    --header 'Content-Type: application/json' \
    --data '{
    "partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  }'
  ```
</RequestExample>
