Skip to main content
PATCH
/
network
/
ip_addresses
/
{public_ipv4_address}
Update Floating IP
curl --request PATCH \
  --url https://api.tenbytecloud.com/v1/network/ip_addresses/{public_ipv4_address} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "billing_account_id": 123,
  "name": "<string>"
}
'
{
  "id": 1,
  "address": "1.1.1.1",
  "name": "my_ip",
  "billing_account_id": 2
}

Authorizations

apikey
string
header
required

Path Parameters

public_ipv4_address
string
required

Body

application/json
billing_account_id
integer
name
string

Response

200 - application/json

Updated floating IP

The response is of type object.