flyctl ips
Manage IP addresses for Apps
About
The IPS commands manage IP addresses for applications. An application can have a number of IP addresses associated with it and this family of commands allows you to list, allocate and release those addresses. It supports both IPv4 and IPv6 addresses.
Usage
flyctl ips [command] [flags]
Available Commands
- allocate-v4 - Allocate an IPv4 address
- allocate-v6 - Allocate an IPv6 address
- list - List allocated IP addresses
- release - Release an IP address
Options
-h, --help help for ips
Global Options
-t, --access-token string Fly API Access Token
-j, --json json output
-v, --verbose verbose output
See Also
- flyctl - The Fly CLI