virtualip remove

Removes a virtual IP (VIP) or a VIP range. Permissions required: fc or a.

Syntax

CLI
maprcli virtualip remove
    [ -cluster <cluster> ] 
    -virtualip <virtual IP>
    [ -virtualipend <Virtual IP Range End> ]
REST
http[s]://<host>:<port>/rest/virtualip/remove?<parameters> 

Parameters

Parameter

Description

cluster

The cluster on which to run the command.

virtualip

The virtual IP or the start of the VIP range to remove.

virtualipend

The end of the VIP range to remove.

Examples

CLI
maprcli virtualip remove -virtualip 10.1.1.5
REST
https://10.10.82.26:8443/rest/virtualip/remove?virtualip=10.1.1.5