Manage static egress (outgoing) IP addresses for machines
## Usage
~~~
fly machine egress-ip [command] [flags]
~~~
## Available Commands
* [allocate](/docs/flyctl/machine-egress-ip-allocate/) - Allocate static egress IPs
* [list](/docs/flyctl/machine-egress-ip-list/) - List all allocated static egress IPs
* [release](/docs/flyctl/machine-egress-ip-release/) - Release an egress IP address
## Options
~~~
-h, --help help for egress-ip
~~~
## Global Options
~~~
-t, --access-token string Fly API Access Token
--debug Print additional logs and traces
--verbose Verbose output
~~~
## See Also
* [fly machine](/docs/flyctl/machine/) - Manage Fly Machines.
fly machine egress ip
Manage static egress (outgoing) IP addresses for machines
Usage
fly machine egress-ip [command] [flags]
Available Commands
- allocate - Allocate static egress IPs
- list - List all allocated static egress IPs
- release - Release an egress IP address
Options
-h, --help help for egress-ip
Global Options
-t, --access-token string Fly API Access Token
--debug Print additional logs and traces
--verbose Verbose output
See Also