pydo.byoip_prefixes.patch()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.byoip_prefixes.patch(
byoip_prefix_uuid="f47ac10b-58cc-4372-a567-0e02b2c3d479",
body={
"advertise": True,
},
)Description
To update a BYOIP prefix, send a PATCH request to /v2/byoip_prefixes/$byoip_prefix_uuid.
Currently, you can update the advertisement status of the prefix. The response will include the updated details of the prefix.
Parameters
byoip_prefix_uuidstring requiredA unique identifier for a BYOIP prefix.
advertiseboolean optionalExample:
TrueWhether the BYOIP prefix should be advertised
Request Sample
Response Example
More Information
See /v2/byoip_prefixes/{byoip_prefix_uuid} in the API reference for additional detail on responses, headers, parameters, and more.