This function removes the IPv6 address from an account.
Notes:
cpsrvd
daemon must listen on IPv6 addresses. To enable this functionality, select On for the Listen on IPv6 Addresses setting in the System section of WHM's Tweak Settings interface (WHM >> Home >> Server Configuration >> Tweak Settings).Important:
When you disable the Web Server role, the system disables this function.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ ipv6_disable_account \ user='user1,user2,user3'
{- "data": {
- "fail_cnt": 0,
- "failures": [
- {
- "name": "user1",
- "reason": "The “user1” account does not exist."
}
]
}, - "metadata": {
- "command": "ipv6_disable_account",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}