# API: Suspend service by IP

# suspendServiceByIP

Suspend service by IP. If more than one service uses this IP, specify its ID as optional argument. Note: This function is added by Account Search module, you need to activate it first in order to use this call

# Required parameters

Parameter Description
ip Service IP to suspend

# Optional parameters

Parameter Description
id Exact service id to suspend, used if there is more than one service with certain IP
source Where to look for the IP, can be set to ipam, proxmox, vpsdata or localcloud

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=suspendServiceByIP&ip=IP

# PHP Samples

# Response


Last Updated: 5/12/2023, 3:22:14 PM