---
title: "Get the cluster configuration upgrade status of a Service Fabric standalone cluster."
method: GET
path: "/$/GetClusterConfigurationUpgradeStatus"
tags: ["Cluster"]
---

# Get the cluster configuration upgrade status of a Service Fabric standalone cluster.

`GET /$/GetClusterConfigurationUpgradeStatus`

Get the cluster configuration upgrade status details of a Service Fabric standalone cluster.

## Query parameters

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

## Response `200`

A successful operation will return 200 status code and the requested cluster configuration upgrade status.

- ClusterConfigurationUpgradeStatusInfo — Information about a standalone cluster configuration upgrade status.
  - `UpgradeState` 'Invalid' | 'RollingBackInProgress' | 'RollingBackCompleted' | 'RollingForwardPending' | 'RollingForwardInProgress' | 'RollingForwardCompleted' | 'Failed' — The state of the upgrade domain.
  - `ProgressStatus` integer — The cluster manifest version.
  - `ConfigVersion` string — The cluster configuration version.
  - `Details` string — The cluster upgrade status details.

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