Skip to main content
POST
Create a new reserved IP

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
location
string
required

Location name where the IP should be allocated

team_id
string

Team ID to create the reserved IP for. If not provided, uses the user's primary team

ip_type
enum<string>

IPv4 (/32) or IPv6 (/64) address

Available options:
ipv4,
ipv6
name
string

Custom name for the reserved IP (defaults to IP address if not provided)

Maximum string length: 64

Response

Reserved IP successfully created

rip_id
string<uuid>
required

ID of the newly created reserved IP

ip_addr
string

Newly created reserved IP address