diff --git a/flyctl/cmd/fly_ips.md b/flyctl/cmd/fly_ips.md index 8082f575cc..d8c06a8787 100644 --- a/flyctl/cmd/fly_ips.md +++ b/flyctl/cmd/fly_ips.md @@ -7,7 +7,7 @@ fly ips [command] [flags] ## Available Commands * [allocate](/docs/flyctl/ips-allocate/) - Allocate recommended IP addresses -* [allocate-egress](/docs/flyctl/ips-allocate-egress/) - (Beta) Allocate app-scoped egress IPs +* [allocate-egress](/docs/flyctl/ips-allocate-egress/) - Allocate app-scoped egress IPs * [allocate-v4](/docs/flyctl/ips-allocate-v4/) - Allocate an IPv4 address * [allocate-v6](/docs/flyctl/ips-allocate-v6/) - Allocate an IPv6 address * [list](/docs/flyctl/ips-list/) - List allocated IP addresses diff --git a/flyctl/cmd/fly_ips_allocate-egress.md b/flyctl/cmd/fly_ips_allocate-egress.md index 9083f0b657..b60aa6594c 100644 --- a/flyctl/cmd/fly_ips_allocate-egress.md +++ b/flyctl/cmd/fly_ips_allocate-egress.md @@ -1,4 +1,4 @@ -(Beta) Allocates a pair of egress IP addresses for an app +Allocates a pair of egress IP addresses for an app ## Usage ~~~ diff --git a/flyctl/cmd/fly_machine_egress-ip.md b/flyctl/cmd/fly_machine_egress-ip.md index ff2fafcd6c..cb16745c50 100644 --- a/flyctl/cmd/fly_machine_egress-ip.md +++ b/flyctl/cmd/fly_machine_egress-ip.md @@ -1,4 +1,4 @@ -Manage static egress (outgoing) IP addresses for machines +(Deprecated) Manage static egress (outgoing) IP addresses for machines ## Usage ~~~ diff --git a/flyctl/cmd/fly_machine_egress-ip_allocate.md b/flyctl/cmd/fly_machine_egress-ip_allocate.md index 74b902110b..13568b6edf 100644 --- a/flyctl/cmd/fly_machine_egress-ip_allocate.md +++ b/flyctl/cmd/fly_machine_egress-ip_allocate.md @@ -1,4 +1,4 @@ -Allocate a pair of static egress IPv4 and IPv6 for a machine +(Deprecated) Allocate a pair of static egress IPv4 and IPv6 for a machine ## Usage ~~~