---
title: "Resumes upgrading an application in the Service Fabric cluster."
method: POST
path: "/Applications/{applicationId}/$/MoveToNextUpgradeDomain"
tags: ["Application"]
---

# Resumes upgrading an application in the Service Fabric cluster.

`POST /Applications/{applicationId}/$/MoveToNextUpgradeDomain`

Resumes an unmonitored manual Service Fabric application upgrade. Service Fabric upgrades one upgrade domain at a time. For unmonitored manual upgrades, after Service Fabric finishes an upgrade domain, it waits for you to call this API before proceeding to the next upgrade domain.

## Path parameters

- `applicationId` string, required

## Query parameters

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

## Request body

- ResumeApplicationUpgradeDescription — Describes the parameters for resuming an unmonitored manual Service Fabric application upgrade
  - `UpgradeDomainName` string, required — The name of the upgrade domain in which to resume the upgrade.

## Response `200`

A successful response means that the application upgrade has been resumed in the specified upgrade domain. Use GetApplicationUpgrade operation to get the status of the upgrade.

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