domain_id AND group_pay_id can't both empty
Server restart takes between 1 to 10 minutes. Please wait after calling.
Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/vip-ip/reboot' \
--form 'token="token"' \
--form 'domain_id="12345678"' \
--form 'group_pay_id="12345678"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {
"message_available_space_per": 0,
"message_available_space_size": 0,
"space_expansion_status": 0,
"system_available_space_per": 0,
"system_available_space_size": 0
}
}
Modified at 2025-08-29 14:48:55