---
title: "POST /v2/ClusterLayoutSkipDeadNodes"
method: POST
path: "/v2/ClusterLayoutSkipDeadNodes"
tags: ["Cluster layout"]
---

# POST /v2/ClusterLayoutSkipDeadNodes

`POST /v2/ClusterLayoutSkipDeadNodes`

Force progress in layout update trackers

## Request body

- ClusterLayoutSkipDeadNodesRequest
  - `allowMissingData` boolean, required — Allow the skip even if a quorum of nodes could not be found for the data among the remaining nodes
  - `version` integer, required — Version number of the layout to assume is currently up-to-date. This will generally be the current layout version.

## Response `200`

Request has been taken into account

- ClusterLayoutSkipDeadNodesResponse
  - `ackUpdated` string[], required — Nodes for which the ACK update tracker has been updated to `version`
  - `syncUpdated` string[], required — If `allow_missing_data` is set, nodes for which the SYNC update tracker has been updated to `version`

## 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)
