Client API changeip function for the cpanellicensing module

Purpose

Changes the licensed IP of an existing cPanel license

Parameters

  • currentip (required) - The current IP address of the license
  • newip (required) - The new IP address you want to change the license to

Example JSON Response

{
  "status": "success",
  "message": "Successfully changed license IP from 192.168.1.1 to 192.168.1.2",
  "data": false
}