Body
application/x-www-form-urlencoded
Parameters required to disable auto hydration for a KVM VPS.
The session signature obtained from the 'Create AUTH-session' call.
Example:
"session_signature_12345"
The unique identifier of the KVM VPS.
Example:
"kvm_123456_789012"
The expiration timestamp for the session, obtained from the 'Create AUTH-session' call.
Example:
"1737476000"
JSON object containing the auto hydration configuration.
Example: {"auto_hydration":0}
Disable auto hydration
Example:
"{\"auto_hydration\":0}"
Response
Auto hydration disabled successfully.
Example:
"success"