---
title: "Update virtuozzo license"
method: PUT
path: "/v1beta/licenses/virtuozzo/{key_id}"
tags: ["LicenseService"]
deprecated: true
---

# Update virtuozzo license

`PUT /v1beta/licenses/virtuozzo/{key_id}`

> **Deprecated.**

## Path parameters

- `key_id` integer, required

## Request body

- LicenseUpdateVirtuozzoLicenseRequest
  - `attached_keys` string[]
  - `comment` string
  - `ip_address_binding` string
  - `items` string[]
  - `key_id` integer
  - `parent_key_id` integer
  - `pcs_capacity` integer
  - `period` integer
  - `restrict_ip_binding` boolean
  - `suspended` boolean
  - `title` string

## Response `200`

A successful response.

- LicenseUpdateLicenseResponse
  - `code` integer
  - `data` LicenseUpdateLicenseResponseData
    - `success` boolean
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

[API](https://skmtc.net/openprovider/apis/rest-api.md) · [All operations](https://skmtc.net/openprovider/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openprovider/rest-api/revisions/55b7a0062507/schema)
