pydo.byoip_prefixes.create()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.byoip_prefixes.create(
body={
"prefix": "203.11.13.0/24",
"region": "nyc3",
"signature": "<sample-signature>",
},
)Description
To create a BYOIP prefix, send a POST request to /v2/byoip_prefixes.
A successful request will initiate the process of bringing your BYOIP Prefix into your account. The response will include the details of the created prefix, including its UUID and status.
Parameters
prefixstring requiredExample:
203.11.13.0/24The IP prefix in CIDR notation to bring
regionstring requiredExample:
nyc3The region where the prefix will be created
signaturestring requiredExample:
<sample-signature>The signature hash for the prefix creation request
Request Sample
Response Example
More Information
See /v2/byoip_prefixes in the API reference for additional detail on responses, headers, parameters, and more.