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
Request Type POST
Request URL
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

maprcli virtualip remove -virtualip 10.1.1.5
https://abc.sj.us:8443/rest/virtualip/remove?virtualip=10.1.1.5