---
title: "Indicates to the Service Fabric cluster that it should attempt to recover a specific partition that is currently stuck in quorum loss."
method: POST
path: "/Partitions/{partitionId}/$/Recover"
tags: ["Partition"]
---

# Indicates to the Service Fabric cluster that it should attempt to recover a specific partition that is currently stuck in quorum loss.

`POST /Partitions/{partitionId}/$/Recover`

This operation should only be performed if it is known that the replicas that are down cannot be recovered. Incorrect use of this API can cause potential data loss.

## Path parameters

- `partitionId` string, uuid, required

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Response `200`

A successful operation request will return 200 status code.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
