---
title: "Create virtuozzo license"
method: POST
path: "/v1beta/licenses/virtuozzo"
tags: ["LicenseService"]
deprecated: true
---

# Create virtuozzo license

`POST /v1beta/licenses/virtuozzo`

> **Deprecated.**

## Request body

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

## Response `200`

A successful response.

- LicenseCreateVirtuozzoLicenseResponse
  - `code` integer
  - `data` LicenseCreateLicenseResponseData
    - `attached_keys` integer[]
    - `key_id` integer
  - `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/versions/55b7a0062507/schema)
