Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 2.81 KB

File metadata and controls

90 lines (56 loc) · 2.81 KB
title excerpt updated
Upgrade and downgrade Bandwidth via the OVHcloud API
Find out how to upgrade and downgrade the bandwidth on a Dedicated Server via the OVHcloud API
2025-01-20

Objective

Each of our dedicated servers includes a minimum public bandwidth of 500Mbps. If you have specific download or mass distribution requirements, such as software updates, you can upgrade the bandwidth. And if you need less bandwidth, you can also downgrade to a lower bandwidth.

In this guide, we explain how you can easily upgrade or downgrade the bandwidth of a dedicated server.

Warning

Please note that this option is available on most dedicated servers, but not all. Although our servers come with a minimum public bandwidth of 500Mbps, the public bandwidth upgrade option is not available on all dedicated server ranges.

Requirements

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:

[!api]

@api {v1} /order GET /order/upgrade/baremetalPublicBandwidth

bandwidth{.thumbnail}

Find the plan code

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

[!api]

@api {v1} /order GET /order/upgrade/baremetalPublicBandwidth/{serviceName}

Enter the variables:

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

bandwidth{.thumbnail}

The RESPONSE field should display information similar to the following:

bandwidth{.thumbnail}

Review your order

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

[!api]

@api {v1} /order GET /order/upgrade/baremetalPublicBandwidth/{serviceName}/{planCode}

Enter the variables:

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

bandwidth{.thumbnail}

The RESPONSE field should display information similar to the following:

bandwidth{.thumbnail}

Submit your order

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

[!api]

@api {v1} /order POST /order/upgrade/baremetalPublicBandwidth/{serviceName}/{planCode}

bandwidth{.thumbnail}

The order will be processed once you have clicked Execute{.action}. 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.