v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBInstallation
Mount ISO
This endpoint mounts an ISO file to the specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Provide the signature, kvm_id, valid_until, and iso parameters.
Optionally, you can include force_reset to reset the VPS and boot from the mounted ISO.
post/kvm/v2/set/mount
Response
The ISO was successfully mounted to the VPS.
Example response
{
"status": "success",
"kvmid": "kvm_123456_789012",
"serviceid": "987654"
}