---
title: "PATCH /{applianceId}"
method: PATCH
path: "/{applianceId}"
tags: ["Appliances"]
---

# PATCH /{applianceId}

`PATCH /{applianceId}`

Updates an existing appliance. The only value that can be updated via PATCH currently is the tags.

## Path parameters

- `applianceId` string, required

## Query parameters

- `api-version` string, required

## Request body

- Appliance — Resource information.
  - `id` string — Resource ID
  - `name` string — Resource name
  - `type` string — Resource type
  - `location` string — Resource location
  - `tags` object — Resource tags

## Response `200`

Created - Returns information about the appliance, including provisioning status.

- Appliance — Resource information.
  - `id` string — Resource ID
  - `name` string — Resource name
  - `type` string — Resource type
  - `location` string — Resource location
  - `tags` object — Resource tags

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.dev/azure/apis/resources-microsoft-solutions-managedapplications.md) · [All operations](https://skmtc.dev/azure/apis/resources-microsoft-solutions-managedapplications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/resources-microsoft-solutions-managedapplications/revisions/c2a6306dc184/schema)
