---
title: "Indicates to the Service Fabric cluster that it should attempt to recover the system services that are currently stuck in quorum loss."
method: POST
path: "/$/RecoverSystemPartitions"
tags: ["Partition"]
---

# Indicates to the Service Fabric cluster that it should attempt to recover the system services that are currently stuck in quorum loss.

`POST /$/RecoverSystemPartitions`

Indicates to the Service Fabric cluster that it should attempt to recover the system services that are currently stuck in quorum loss. 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.

## 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/service-fabric-client-apis.md) · [All operations](https://skmtc.net/azure/apis/service-fabric-client-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/service-fabric-client-apis/versions/6df9f2f4d542/schema)
