---
title: "PATCH /sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}"
method: PATCH
path: "/sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}"
---

# PATCH /sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}

`PATCH /sol/vnfpkgm/v1/vnf_packages/{vnfPkgId}`

Updates the operational state of function package.

A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.

## Path parameters

- `vnfPkgId` string, required

## Request body

- object
  - `operationalState` 'ENABLED' | 'DISABLED', required — Operational state of the function package.

## Response `200`

Success

- UpdateSolFunctionPackageOutput
  - `operationalState` 'ENABLED' | 'DISABLED', required — Operational state of the function package.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/tnb.md) · [All operations](https://skmtc.net/aws/apis/tnb/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/tnb/versions/0ae8563a8404/schema)
