cURL
curl --request PATCH \ --url https://api.cloud.onidel.com/network/reserved_ips/{reserved_ip_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "team_id": "<string>", "name": "<string>", "anchor_ip": "<string>" } '
{ "name": "<string>" }
Update reserved IP properties - rename it or attach/detach it to/from a VM
Provide the value as: Token <your-api-token>
Token <your-api-token>
Reserved IP ID
"d3c0dc7b-6ca4-4b35-8f3c-a00adc3993d5"
Team ID to verify ownership. If not provided, uses the user's primary team
New name for the reserved IP (set to empty string to use IP address as name)
64
Anchor IP to route to. Use null to detach the current VM.
Successfully updated
Updated name (returned when renaming)