---
title: "Upgrade a KVM Service"
method: POST
path: "/kvm/v2/add/upgrade"
---

# Upgrade a KVM Service

`POST /kvm/v2/add/upgrade`

Upgrades a KVM service to a new product within the same location.

## Request body

- object
  - `email` string, email
  - `pw` string
  - `kvmid` string — KVM service ID(kvm_id) or numeric client ID.
  - `newpid` integer — New Product ID, must be within the same location
  - `newbillingcycle` 'monthly' | 'quarterly' | 'semi-annually' | 'annually' — Billing cycle for the upgraded product. Please select from the dropdown list.
  - `newpaymentmethod` string

## Response `200`

Upgrade successful

- object
  - `status` string
  - `orderid` string
  - `serviceid` string
  - `invoiceid` string
  - `oldproductname` string
  - `newproductname` string
  - `oldproductid` string
  - `newproductid` string

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized, wrong credentials
- `500` — Internal server error

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
