Move IP addresses between servers in seconds.
Enable automatic failover without DNS changes.
Manage Floating IPs programmatically via API.
Floating IPs can be reassigned between servers in seconds without restarting services. This allows you to redirect traffic immediately during failures, maintenance, or infrastructure changes—ensuring continuous availability.
Floating IPs are ideal for high-availability architectures. When combined with health checks or monitoring, traffic can be moved automatically to a healthy standby server without manual intervention.
Because the IP address remains constant, you avoid DNS propagation delays entirely. This is critical for production systems, APIs, and services where even short DNS delays can cause outages.
Each Floating IP includes network-level DDoS protection, helping absorb and mitigate common attack patterns without requiring additional configuration or third-party services.
Floating IPs are available for both IPv4 and IPv6, allowing you to support modern networking requirements and future-proof your infrastructure.
All Floating IP operations—creation, assignment, and reassignment—are fully controllable via API. This enables seamless integration with automation tools, CI/CD pipelines, and infrastructure-as-code workflows.
Instantly move traffic to a standby server when the primary fails.
Switch traffic between environments without changing DNS records.
Move applications between servers with zero downtime.
Ensure load balancers remain reachable during failures.
Perform server maintenance without service interruption.
Maintain trusted IP reputation for mail delivery.
Rapidly redirect traffic to recovery servers.
Move IPs between servers in the same region instantly.
Create a Floating IP in your preferred region.
Attach it to any server within that region.
Move the IP instantly to another server.
Your application remains accessible with no downtime.
curl -X POST https://api.yourcompany.com/v1/floating-ips \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"region": "fra1"
}'
curl -X POST https://api.yourcompany.com/v1/floating-ips/FLOATING_IP_ID/assign \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"server_id": "server-123"
}'
curl -X POST https://api.yourcompany.com/v1/floating-ips/FLOATING_IP_ID/assign \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"server_id": "server-456"
}'
Our Floating IP service is designed for real-world high-availability scenarios. With instant reassignment, built-in security, and API-first management, you can build resilient architectures with confidence.
We migrated from AWS and cut our cloud bill by 60% while getting better performance.
99.99% uptime isn’t marketing speak here. It’s real. We’ve had zero downtime in 18 months of operation.
The transparent pricing model is refreshing. No surprise bills, no complex calculators. Just honest pricing.