- 👋 Hello
- API Introduction
- API Reference
- User
- Balance
- Affiliate
- Invoices
- Support
- SSH Keys
- Servers
- Scale
- Addons
- Rescue
- List plansGET
- List serversGET
- Server statusGET
- Get a serverGET
- Server metricsGET
- BandwidthGET
- Deploy new serverPOST
- Start a serverPOST
- Restart a serverPOST
- Stop a serverPOST
- Power offPOST
- Cancel serverPOST
- Undo cancel requestDELETE
- Change passwordPUT
- Update hostnamePUT
- Update SSH KeysPATCH
- Modify ISOsPOST
- RestorePOST
- Renew serverPOST
- Reinstall ServerPOST
- Change Primary IPPOST
- Calculate renew amountPOST
- Plans
- Snapshots
- Backups
- Server Images
- Floating IPs
- IP Addresses
- Network Protection
- Orders
- ISOs
Purchase new addons
POST
https://api.vpsbg.eu/v1/servers/{server_id}/addons
Addons
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
server_id
stringÂ
required
Header Params
Accept
stringÂ
required
Default:
application/json
Body Params application/json
backups
boolean  | nullÂ
optional
cpanel
string  | nullÂ
optional
Example:
cpanel-admin-5
bandwidth
string  | nullÂ
optional
Example:
100mbps-unmetered
microsoft_rds_sal
integer  | nullÂ
optional
microsoft_office_sal
integer  | nullÂ
optional
Example
{
"backups": true,
"cpanel": "cpanel-admin-5",
"bandwidth": "100mbps-unmetered",
"microsoft_rds_sal": 0,
"microsoft_office_sal": 0
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vpsbg.eu/v1/servers//addons' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200Success
application/json
Body
id
integerÂ
required
Example:
2864
hostname
stringÂ
required
Example:
ubuntu-2gb
billing_cycle
integerÂ
required
Example:
1
plan
objectÂ
required
id
integerÂ
optional
Example:
104
type
stringÂ
optional
Example:
cloud-vps
key
stringÂ
optional
name
stringÂ
optional
Example:
cloud-vps-2gb
vcpus
integerÂ
optional
Example:
2
memory
integerÂ
optional
Example:
2
disk
integerÂ
optional
Example:
50
bandwidth
integerÂ
optional
Example:
5
minimum_billing_cycle
integerÂ
optional
Example:
1
plan_with_more_disk
integer  | nullÂ
optional
plan_with_more_memory
integer  | nullÂ
optional
available
booleanÂ
optional
price
numberÂ
optional
Example:
100
price_with_vat
numberÂ
optional
Example:
120
status
stringÂ
required
Examples:
active processing suspended terminated
virtualization
stringÂ
required
Example:
kvm
promo_code
string  | nullÂ
optional
renew_amount
numberÂ
required
renew_amount_with_vat
numberÂ
required
locked
booleanÂ
required
locked_at
string  | nullÂ
optional
lock_reason
string  | nullÂ
optional
created_at
stringÂ
required
Example:
2024-08-29T14:21:54.000000Z
expiry_at
stringÂ
required
Example:
2024-10-27T11:03:10.000000Z
potential_expiry_at
stringÂ
required
Example:
2024-11-27T11:03:10.000000Z
auto_renew
booleanÂ
required
show_smtp_unblock_form
booleanÂ
required
server_image
objectÂ
required
id
integerÂ
required
Example:
73
name
stringÂ
required
Example:
Ubuntu 22.04
group
objectÂ
required
ip_addresses
array[object (IP address) {10}]Â
required
id
integerÂ
required
Example:
417
ip_address
stringÂ
required
Example:
87.120.37.46
prefix
integerÂ
required
Examples:
3264
version
integerÂ
required
Example:
4
type
stringÂ
required
Example:
public
main
booleanÂ
required
ddos_protected
booleanÂ
required
floating_ip
optional
ptr
object  | nullÂ
optional
assigned_on
stringÂ
required
addons
array [object {8}]  | nullÂ
optional
id
integerÂ
required
name
stringÂ
required
Default:
100mbps-unmetered
Example:
100mbps-unmetered
status
stringÂ
required
Default:
active
Examples:
activesuspendedcancelled
quantity
integerÂ
required
Default:
1
Example:
1
amount
numberÂ
required
Default:
50
Example:
50
amount_with_vat
numberÂ
required
Default:
60
Example:
60
created_at
stringÂ
required
Default:
2025-01-16 14:29:56
Example:
2025-01-16 14:29:56
ended_at
stringÂ
required
cancel_request
optional
Any of
id
integerÂ
required
Example:
1
now
integerÂ
required
Example:
1
reason
stringÂ
optional
created_at
stringÂ
required
settings
objectÂ
required
renew_enabled
booleanÂ
required
Default:
true
snapshots_enabled
booleanÂ
required
Default:
true
root_password_login_enabled
booleanÂ
required
Default:
true
ssh_keys
array [object {3}]Â
required
id
integerÂ
optional
name
stringÂ
optional
key
stringÂ
optional
app_getting_started
string  | nullÂ
optional
Example
{
"id": 2883,
"hostname": "ubuntu-2gb",
"billing_cycle": 3,
"plan": {
"id": 105,
"type": "cloud-vps",
"key": "cloud-vps-8gb",
"name": "cloud-vps-8gb",
"vcpus": 4,
"dedicated_cpu": false,
"memory": 8,
"disk": 80,
"bandwidth": 10,
"minimum_billing_cycle": 1,
"plan_with_more_disk": null,
"plan_with_more_memory": null,
"available": true,
"price": 78,
"price_with_vat": 93.6
},
"status": "active",
"locked": false,
"locked_at": null,
"lock_reason": null,
"created_at": "2024-10-22T12:54:59.000000Z",
"expiry_at": "2024-12-19T22:00:00.000000Z",
"potential_expiry_at": "2024-12-19T22:00:00.000000Z",
"auto_renew": true,
"server_image": {
"id": 73,
"name": "Ubuntu 22.04",
"group": {
"name": "Ubuntu",
"type": "os",
"key": "ubuntu"
}
},
"ip_addresses": [
{
"id": 417,
"ip_address": "87.121.52.160",
"prefix": 32,
"version": 4,
"type": "public",
"main": true,
"ddos_protected": false,
"floating_ip": false,
"ptr": null,
"assigned_on": "2024-10-22T12:54:59.000000Z"
}
],
"addons": [
{
"id": 774,
"name": "microsoft-office-sal",
"status": "active",
"quantity": 3,
"amount": 180,
"amount_with_vat": 216,
"created_at": "2024-10-24 12:34:10"
},
{
"id": 775,
"name": "cpanel-pro-30",
"status": "active",
"quantity": 1,
"amount": 105,
"amount_with_vat": 126,
"created_at": "2024-11-21 14:49:41"
},
{
"id": 776,
"name": "windows-server-license",
"status": "active",
"quantity": 2,
"amount": 60,
"amount_with_vat": 72,
"created_at": "2024-11-25 15:28:50"
},
{
"id": 777,
"name": "backups",
"status": "active",
"quantity": 60,
"amount": 18,
"amount_with_vat": 21.6,
"created_at": "2024-11-26 19:00:48"
}
]
}
🟠400Bad request (specified in the response)
🟠422Validation error (specified in the response)
🔴500Server Error
Modified at 2025-03-05 14:21:54