Learn how to upgrade or downgrade the bandwidth for your OVHcloud Dedicated Server via the OVHcloud API.
Requirements
- access to OVHcloud API (to get started, use this guide)
- a Dedicated Server
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:
GET /order/upgrade/baremetalPrivateBandwidth
Find the plan code
List available offers and find the planCode of your choice with the API call below:
GET /order/upgrade/baremetalPrivateBandwidth/{serviceName}
Review your order
Use the following API call for a preview of your order, including pricing:
GET /order/upgrade/baremetalPrivateBandwidth/{serviceName}/{planCode}
Submit your order
To officially submit the order, use the following API call:
POST /order/upgrade/baremetalPrivateBandwidth/{serviceName}/{planCode}
Verify
Use the API call below to retrieve the network information of your Dedicated Server:
GET /dedicated/server/{serviceName}/specifications/network
Go further
For more information and tutorials, please see our other Dedicated Servers support guides or explore the guides for other OVHcloud products and services.
Article Contributor(s):
- Suhail R