---
title: "Retry multiple tasks."
method: POST
path: "/v1/tasks/retry"
tags: ["Tasks", "Bulk"]
---

# Retry multiple tasks.

`POST /v1/tasks/retry`

Per-item results; overall HTTP status is 200 even when
individual items fail.

## Request body

- BulkRetryRequest
  - `ids` string[], required

## Response `200`

Per-item retry results.

- BulkRetryResponse
  - `results` BulkRetryResult[], required
    - `id` string, required
    - `status` 'ok' | 'not_found' | 'failed', required
    - `error` string — Present when status is not `ok`.

## Other responses

- `400` — Input validation error.

---

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