You can use this endpoint to scale (upgrade or downgrade) your server. If you previously upscaled your server without a disk upgrade, then you can use this method to bring your disk size to the plan's disk limit by sending the same plan and scale_disk - true.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
integerÂ
required
Your VPSBG server's ID.
Header Params
Accept
stringÂ
required
Default:
application/json
Body Params application/json
plan
stringÂ
required
The plan's key you want to scale to.
scale_disk
booleanÂ
required
You have the option to scale the other plan's parameters but disk. This allows you to downgrade later if you plan to make this scale temporarily.