This endpoint enables auto hydration for a specified KVM VPS, setting the hydration limit to 100 GB.
Use the api_host
from the ‘Create AUTH-session’ response to authenticate.
Required parameters:
signature
: The session signature obtained from the ‘Create AUTH-session’ call.kvm_id
: The unique identifier of the KVM VPS.valid_until
: The expiration timestamp for the session.To activate auto hydration, set the config
parameter to:
{"auto_hydration":100}
Parameters required to enable auto hydration for a KVM VPS.
The body is of type object
.
Auto hydration enabled successfully.
The response is of type object
.