Deploy new server
POST
https://api.vpsbg.eu/v1/serversThis endpoints creates a new order for a server and pays it off-session using your account's balance or performs a payment directly from your saved card.
Request
Hostname of the server.
For single instances
Plan's key.
Billing cycle of the service.
Image ID of the OS or App Template you would like to deploy.
You can specify snapshot ID from which you want to deploy the new server. If image_id is specified, snapshot_id and backup_id are not being used.
You can specify backup ID from which you want to deploy the new server. If image_id is specified, snapshot_id and backup_id are not being used.
If ssh_keys is not specified, you can set the root password for your new server.
Array of SSH key ID's to be installed on the server.
Automatic backups addon. Additional charge will occur. Your server will have weekly backups (retention 3 weeks).
Additional IPv4 addresses. Will activate new Floating IP addresses and will attach them to the new server.
Additional DDoS-Protected IPv4 addresses. Will activate new Floating IP addresses and will attach them to the new server.
Additional IPv6 addresses. Will activate new Floating IP addresses and will attach them to the new server.
Specify if you want a cPanel license for your server. Available licenses: cpanel-admin-5, cpanel-pro-30, cpanel-plus-50 or cpanel-premier-100. For pricing, please refer to our product page.
Specify if you want unmetered bandwidth for your server. Available options: 100mbps-unmetered or 1gbps-unmetered. For pricing, please refer to our product page.
Number of Microsoft RDS SALs you would like to purchase. The license type is Per User - users using RDS on your Windows Server. For pricing, please refer to our product page.
Number of Microsoft Office (365) SALs you would like to purchase. The license type is Per User - users using Office (365) on your Windows Server. For pricing, please refer to our product page.
Specify promotional code, if you have one.
{
"name": "new_server",
"plan": "cloud-vps-2gb",
"billing_cycle": 3,
"image_id": 73,
"password": "fCm%5D&8Zc24rh"
}
Request samples
Responses
Internal ID of the server.
Actual hostname installed on the server.
This is the billing status of the server. It does not represent the technical status of the server - running, stopped, etc.
The server might be locked in some scenarios like creating a snapshot, backup or other operation.
Accounts for unpaid or processing renew Orders.
If set to true, the server will be renewed using funds from your account balance or saved credit/credit cards.