Body
Required parameters to upload and replace the qcow2 image.
All parameters must be passed in the request body as application/x-www-form-urlencoded
or as file upload where specified.
The session signature obtained from the "Create AUTH-session" call.
"session_signature_12345"
The unique identifier of the KVM VPS where the qcow2 image will be replaced.
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"
Confirmation to purge all data on the VPS.
This parameter must be set to 1
to proceed.
1
The qcow2 file to upload.
Provide the full path to the file.
The new root password for the VPS.
Used if cloud-init is enabled.
"new-root-password"
Optional cloud-init configuration for the VPS.
See Cloud-init Documentation for examples.
"#cloud-config\nuser: root\npassword: \"new-root-password\"\nssh_pwauth: True\n"
Response
The qcow2 image was successfully uploaded and replaced on the VPS.
The status of the operation.
"success"