v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
Installation

Unmount ISO

This endpoint unmounts the currently mounted ISO file from 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, and valid_until parameters to execute the unmount operation.

post/kvm/v2/set/umount

Response

The ISO was successfully unmounted from the VPS.

statusstring
kvmidstring
serviceidstring

Example response

{
  "status": "success",
  "kvmid": "kvm_123456_789012",
  "serviceid": "987654"
}