---
title: "POST /v2/RetryBlockResync"
method: POST
path: "/v2/RetryBlockResync"
tags: ["Block"]
---

# POST /v2/RetryBlockResync

`POST /v2/RetryBlockResync`

Instruct Garage node(s) to retry the resynchronization of one or several missing data block(s).

## Query parameters

- `node` string, required

## Request body

- union
  - object
    - `all` boolean, required
  - object
    - `blockHashes` string[], required

## Response `200`

Responses from individual cluster nodes

- MultiResponseLocalRetryBlockResyncResponse
  - `error` object, required — Map of node id to error message, for nodes that were unable to complete the API call
  - `success` object, required — Map of node id to response returned by this node, for nodes that were able to successfully complete the API call

## Other responses

- `500` — Internal server error

---

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