Body
Parameters required to enable auto hydration for a KVM VPS.
The session signature obtained from the 'Create AUTH-session' call.
"session_signature_12345"
The unique identifier of the KVM VPS.
"kvm_xxxxx_yyyyy"
The expiration timestamp for the session, obtained from the 'Create AUTH-session' call.
"1737476000"
JSON object containing the auto hydration configuration.
Example: {"auto_hydration":100}
Set autohydration to 100GByte
"{\"auto_hydration\":100}"
Response
Auto hydration enabled successfully.
"success"