Learn how to order a Dedicated Server through the OVHcloud Control Panel or the OVHcloud API.
Requirements
- An OVHcloud account
- A default payment method set on your account
- Access to the OVHcloud Control Panel or OVHcloud API
To see our full range of Dedicated Server options, see our pricing comparison page.
Instructions
✔ Select a method to create your server order.
From the OVHcloud Control Panel, select Bare Metal Cloud
, Order
, and Dedicated Server
.
You will be redirected to an order funnel where you will:
- choose your server
- configure your options
- select data centers and quantities
- your commitment duration
- review your order and click
Checkout →
- confirm your address
- confirm your payment method
- review our Terms of Service
When you have made all of your selections and confirmed your information, click Continue →
.
Create a cart
You must specify "US"
for the ovhSubsidiary parameter.
{
"ovhSubsidiary": "US"
}
Assign the cart to your account
Choose a plan
Save your chosen planCode, duration, and pricingMode from the response.
Example:
"planCode": "24rise01-us"
"duration": "P1M"
"pricingMode": "default"
Add the server to your cart
Save the itemId from the response.
Example:
"itemId": 12345678
Configure the server
You must specify a data center, an operating system, and a region. Each configuration will require a separate submission through the API.
Example:
{
"label": "dedicated_datacenter",
"value": "hil"
}
{
"label": "dedicated_os",
"value": "none_64.en"
}
{
"label": "region",
"value": "united_states"
}
Check available options for your server
Apply options to your server
Read the Terms of Service and verify your cart
Submit your order
Set the autoPayWithPreferredPaymentMethod parameter to "true"
to use your default payment method.
{
"autoPayWithPreferredPaymentMethod": true,
"waiveRetractationPeriod": false
}
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.