The Load Balancer IP address object. It represents a flexible IP address which can be attached to a Load Balancer. Use this endpoint to create, list, get, update and delete your Load Balancer IP addresses.
List IP addresses
List the Load Balancer flexible IP addresses held in the account (filtered by Organization ID or Project ID). It is also possible to search for a specific IP address.
path Parameters
zoneThe zone you want to target
query Parameters
pageThe page number to return, from the paginated results.
page_sizeNumber of IP addresses to return.
ip_addressIP address to filter for.
organization_idOrganization ID to filter for, only Load Balancer IP addresses from this Organization will be returned.
project_idProject ID to filter for, only Load Balancer IP addresses from this Project will be returned.
ip_typeIP type to filter for.
tagsTag to filter for, only IPs with one or more matching tags will be returned.
List IP addresses › Responses
List of IP address objects.
total_countTotal count of IP address objects, without pagination.
Create an IP address
Create a new Load Balancer flexible IP address, in the specified Scaleway Project. This can be attached to new Load Balancers created in the future.
path Parameters
zoneThe zone you want to target
Create an IP address › Request Body
project_idProject ID of the Project where the IP address should be created.
reverseReverse DNS (domain name) for the IP address.
is_ipv6If true, creates a Flexible IP with an ipv6 address.
tagsList of tags for the IP.
organization_idOrganization ID of the Organization where the IP address should be created.
Create an IP address › Responses
idIP address ID.
ip_addressIP address.
organization_idOrganization ID of the Scaleway Organization the IP address is in.
project_idProject ID of the Scaleway Project the IP address is in.
lb_idLoad Balancer ID.
reverseReverse DNS (domain name) of the IP address.
tagsIP tags.
zoneThe zone the IP address is in.
regionThe region the IP address is in.
Get an IP address
Retrieve the full details of a Load Balancer flexible IP address.
path Parameters
zoneThe zone you want to target
ip_idIP address ID.
Get an IP address › Responses
idIP address ID.
ip_addressIP address.
organization_idOrganization ID of the Scaleway Organization the IP address is in.
project_idProject ID of the Scaleway Project the IP address is in.
lb_idLoad Balancer ID.
reverseReverse DNS (domain name) of the IP address.
tagsIP tags.
zoneThe zone the IP address is in.
regionThe region the IP address is in.
Delete an IP address
Delete a Load Balancer flexible IP address. This action is irreversible, and cannot be undone.
path Parameters
zoneThe zone you want to target
ip_idIP address ID.
Delete an IP address › Responses
Update an IP address
Update the reverse DNS of a Load Balancer flexible IP address.
path Parameters
zoneThe zone you want to target
ip_idIP address ID.
Update an IP address › Request Body
reverseReverse DNS (domain name) for the IP address.
lb_idID of the server on which to attach the flexible IP.
tagsList of tags for the IP.
Update an IP address › Responses
idIP address ID.
ip_addressIP address.
organization_idOrganization ID of the Scaleway Organization the IP address is in.
project_idProject ID of the Scaleway Project the IP address is in.
lb_idLoad Balancer ID.
reverseReverse DNS (domain name) of the IP address.
tagsIP tags.
zoneThe zone the IP address is in.
regionThe region the IP address is in.