---
title: "Restarts the given rapids of a job."
method: POST
path: "/job/{jobId}/rapids/restart"
tags: ["Job"]
---

# Restarts the given rapids of a job.

`POST /job/{jobId}/rapids/restart`

The old rapids are rejected (their billed responses refunded) and soft-deleted, then cloned
 into a new target group. Results regenerate automatically once the replacements finish
 collecting; the job dips below 100% progress during re-collection and climbs back. Idempotent
 per original rapid — a repeated call reuses the existing replacement.

## Path parameters

- `jobId` string, required

## Request body

- RestartRapidsEndpointInput — The input for the restart rapids endpoint.
  - `rapidIds` string[], required — The ids of the rapids to restart.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/versions/e42ec51c7b88/schema)
