---
title: "Get available upgrade options for a VPS product"
method: GET
path: "/vps/{deviceId}/current-product"
tags: ["VPS"]
---

# Get available upgrade options for a VPS product

`GET /vps/{deviceId}/current-product`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- VPSUpgradableProduct
  - `bandwidth` string — Bandwidth of the VPS product
  - `disk` string — Disk size in GB
  - `isVDS` boolean — Whether the product is a VDS product
  - `memory` string — Memory in GB
  - `monthlyPrice` number — Monthly cost of VPS product
  - `name` string — Name of the VPS product
  - `productId` integer — ID of VPS product
  - `vcpu` string — Number of vCPUs

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.

---

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