# API: Update IP Details

# ipamUpdateIP

Update specific IP details

# Optional parameters

Parameter Description
ip_id IP Id
ip IP required if Ip Id does not set
status New subnet status, can be set to assigned or reserved
hostname New hostname
client_description New client description
admin_description New admin description
wan_ip New WAN IP
mac New MAC
rdns New MAC

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=ipamUpdateIP

# PHP Samples

# PHP Samples: Update IP by ID

# PHP Samples: Change IP status by address

# Response

{
    "success": true,
    "call": "ipamUpdateIP",
    "server_time": 1726133776,
    "info": [
        "IP details updated successfully"
    ]
}
Last Updated: 7/30/2025, 9:11:25 AM