This endpoint disables auto hydration for a specified KVM VPS, setting the hydration limit to 0 GB.
The api_host parameter, obtained from the ‘Create AUTH-session’ response, must be dynamically set in the URL.
{"auto_hydration": 0}
Parameters required to disable 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_123456_789012"
The expiration timestamp for the session, obtained from the 'Create AUTH-session' call.
"1737476000"
JSON object containing the auto hydration configuration.
Example: {"auto_hydration":0}
Disable auto hydration
"{\"auto_hydration\":0}"
Auto hydration disabled successfully.
"success"