Open Context Protocol is live! 🚀 Read the launch post

createInstanceIpv4

Create IPv4

POST /instances/{instance-id}/ipv4 HTTP/1.1

Parameters

{
  "reboot": {
    "description": "Set if the server is rebooted immediately after the IPv4 address is created.\n\n* true (default)\n* false",
    "required": false,
    "location": "body",
    "type": "boolean"
  }
}

Response Schema

{
  "type": "object",
  "properties": {}
}