---
title: "Reconfigure the target VCH"
method: PATCH
path: "/target/{target}/vch/{vchId}"
---

# Reconfigure the target VCH

`PATCH /target/{target}/vch/{vchId}`

Making a `PATCH` request on a VCH resource (with a body as described in RFC 7396) will update a subset of that VCH's configuration. As `PATCH` is an explicit request to update a set of fields, fields which cannot be modified must not appear in the body of the `PATCH` request, even if the modification would be a no-op.

## Path parameters

- `target` string, required
- `vchId` string, required

## Query parameters

- `thumbprint` string

## Response `202`

A vSphere task

- object
  - `task` string, uri

## Other responses

- `default` — An error occurred

## Changes

- **2017-07-12** `7a99cfe3f0d8` — 1 info
  - api tag `not-yet-implemented` removed

[Change history](https://skmtc.dev/vmware/apis/vic-machine-api/changes/target/:target/vch/:vchId/patch.md)

---

[API](https://skmtc.dev/vmware/apis/vic-machine-api.md) · [All operations](https://skmtc.dev/vmware/apis/vic-machine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vmware/vic-machine-api/revisions/7feec05f8a24/schema)
