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.
Required parameters to mount an ISO to the VPS.
All parameters must be passed in the request body as application/x-www-form-urlencoded.
The session signature obtained from the "Create AUTH-session" call.
"session_signature_12345"
The unique identifier of the KVM VPS where the ISO will be mounted.
This value is specific to your VPS.
"kvm_xxxxx_yyyyy"
The expiration timestamp for the session, as obtained from the "Create AUTH-session" call.
Ensure that the session is valid and has not expired.
"1737476000"
The name of the ISO file to mount.
Use the get ISO Images endpoint to retrieve a list of available ISO files.
"SystemRescue-10.02-amd64.iso"
(Optional) Whether to reset the VPS and boot from the ISO after mounting.
Acceptable values: yes or no. Defaults to no.
"no"
The ISO was successfully mounted to the VPS.
The status of the operation.
"success"