---
title: "Upgrade and downgrade private bandwidth (vRack) via the OVHcloud API"
description: "Find out how to upgrade and downgrade the private bandwidth on a Dedicated Server via the OVHcloud API"
url: https://docs.ovhcloud.com/pl/guides/bare-metal-cloud/dedicated-servers/manage-bandwidth-vrack-api
lang: pl
lastUpdated: 2025-01-20
---
# Upgrade and downgrade private bandwidth (vRack) via the OVHcloud API

## Objective

With the private network, compatible dedicated servers benefit from a guaranteed minimum bandwidth of 1 Gbps. In the event of increased activity, this bandwidth can be increased on compatible servers.

**In this guide, we explain how you can easily increase or decrease the private bandwidth of a dedicated server.**

## Requirements

- A [vRack](https://www.ovhcloud.com/pl/network/vrack/) service activated in your account
- A [Dedicated Server](https://www.ovhcloud.com/pl/bare-metal/) compatible with the vRack
- Access to the [OVHcloud API](/pl/guides/manage-and-operate/api/first-steps.md)

:::warning
Please note that this option is not available on dedicated servers located in the APAC (Asia-Pacific) region, which come with an unmetered 25Gbit/s private bandwidth.
:::

## Instructions

### Find available services

Use the following API call to list all the available services for upgrade (or downgrade) and verify that the service you wish to upgrade/downgrade is listed:


🇪🇺EU▾

[GET/order/upgrade/baremetalPrivateBandwidth](https://eu.api.ovh.com/console/?section=/order&branch=v1#get-/order/upgrade/baremetalPrivateBandwidth)

![bandwidth](/images/bare-metal-cloud/dedicated-servers/manage-bandwidth-vRack-api/bandwidth_01.png)
### Find the plan code

List available offers and find the **planCode** of your choice with the API call below:


🇪🇺EU▾

[GET/order/upgrade/baremetalPrivateBandwidth/{serviceName}](https://eu.api.ovh.com/console/?section=/order&branch=v1#get-/order/upgrade/baremetalPrivateBandwidth/-serviceName-)

Enter the variables:

- serviceName: the name of your dedicated server, for example `ns1234567.ip-203.0.113.eu`

![bandwidth](/images/bare-metal-cloud/dedicated-servers/manage-bandwidth-vRack-api/private-bandwidth-1.png)
The `RESPONSE` field should display information similar to the following:

![bandwidth](/images/bare-metal-cloud/dedicated-servers/manage-bandwidth-vRack-api/private-bandwidth-2.png)
### Review your order

Use the following API call for a preview of your order, including pricing:


🇪🇺EU▾

[GET/order/upgrade/baremetalPrivateBandwidth/{serviceName}/{planCode}](https://eu.api.ovh.com/console/?section=/order&branch=v1#get-/order/upgrade/baremetalPrivateBandwidth/-serviceName-/-planCode-)

Enter the variables:

- planCode: the reference retrieved in the previous step
- serviceName: the name of your dedicated server
- quantity: 1

![bandwidth](/images/bare-metal-cloud/dedicated-servers/manage-bandwidth-vRack-api/private-bandwidth-3.png)
The `RESPONSE` field should display information similar to the following:

![bandwidth](/images/bare-metal-cloud/dedicated-servers/manage-bandwidth-vRack-api/private-bandwidth-4.png)
### Submit your order

To officially submit the order, use the following API call:


🇪🇺EU▾

[POST/order/upgrade/baremetalPrivateBandwidth/{serviceName}/{planCode}](https://eu.api.ovh.com/console/?section=/order&branch=v1#post-/order/upgrade/baremetalPrivateBandwidth/-serviceName-/-planCode-)

![bandwidth](/images/bare-metal-cloud/dedicated-servers/manage-bandwidth-vRack-api/private-bandwidth-5.png)
The order will be processed once you have clicked `Execute
`. The amount displayed corresponds to your option’s first billing month, calculated on a pro rata basis for the current month.
## Go further

Join our [community of users](https://community.ovhcloud.com/).
