/remove-extra-ip

Remove extra IP

POSThttps://console.cloudblast.io/api/public/remove-extra-ip

This endpoint is designed to remove an extra IP address from a virtual machine.

Body

Name
Type
Description

authKey

string

Your API key

ip

string

IP address to remove

server_id

int

ID of your server

Response

{
  "result": true,
  "message": "IP Address removed successfully"
}

Last updated