This endpoint allows you to set various configuration settings for a specified KVM VPS.
Use the api_host
parameter obtained from the ‘Create AUTH-session’ response to authenticate the request.
{"boot_timeout":"5000","vnc_keymap":"en-us","cpu_model":"passthrough","disk_driver":"virtio","nw_driver":"virtio","video_driver":"cirrus","description":"[a-zA-Z\-0-9\.\_]","assigned_vlan":"your vlan id","cpu_set_cores":"core or socket","auto_hydration":100}
Parameters required to configure a KVM VPS.
The body is of type object
.
Configuration updated successfully.
The response is of type object
.