---
title: "POST /v2/LaunchRepairOperation"
method: POST
path: "/v2/LaunchRepairOperation"
tags: ["Node"]
---

# POST /v2/LaunchRepairOperation

`POST /v2/LaunchRepairOperation`

Launch a repair operation on one or several cluster nodes.

## Query parameters

- `node` string, required

## Request body

- LocalLaunchRepairOperationRequest
  - `repairType` union, required
    - 'tables'
    - 'blocks'
    - 'versions'
    - 'multipartUploads'
    - 'blockRefs'
    - 'blockRc'
    - 'rebalance'
    - object
      - `scrub` 'start' | 'pause' | 'resume' | 'cancel', required
    - 'aliases'
    - 'clearResyncQueue'

## Response `200`

Responses from individual cluster nodes

- MultiResponseLocalLaunchRepairOperationResponse
  - `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.dev/deuxfleurs/apis/garage-administration-api.md) · [All operations](https://skmtc.dev/deuxfleurs/apis/garage-administration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deuxfleurs/garage-administration-api/revisions/07ffb2d0febb/schema)
