pydo.reserved_ipv6.create()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.reserved_ipv6.create(
body={
"region_slug": "nyc3",
},
)Description
On creation, a reserved IPv6 must be reserved to a region.
- To create a new reserved IPv6 reserved to a region, send a POST request to
/v2/reserved_ipv6with theregion_slugattribute.
Parameters
region_slugstring requiredExample:
nyc3The slug identifier for the region the reserved IPv6 will be reserved to.
Request Sample
Response Example
More Information
See /v2/reserved_ipv6 in the API reference for additional detail on responses, headers, parameters, and more.