- 👋 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
Scale addons
PATCH
https://api.vpsbg.eu/v1/servers/{server_id}/addons/scale
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
cpanel
stringÂ
required
microsoft_rds_sal
integerÂ
required
microsoft_office_sal
integerÂ
required
Example
{
// "cpanel": "cpanel-admin-5"
"microsoft_rds_sal": 5
// "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 PATCH 'https://api.vpsbg.eu/v1/servers//addons/scale' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
// "cpanel": "cpanel-admin-5"
"microsoft_rds_sal": 5
// "microsoft_office_sal": 0
}'
Responses
🟢204No Content
application/json
Body
object {0}
Example
{}
🟠400Bad request (specified in the response)
🟠422Validation error (specified in the response)
🔴500Server Error
Modified at 2025-01-20 13:24:19