> ## Documentation Index
> Fetch the complete documentation index at: https://ngrok.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Edges (Deprecated)

> Reference documentation for deprecated Edges feature. Edges have been sunset as of December 31st, 2025. See migration guide for alternatives.

<Warning>
  Edges, Routes, Modules, Backends, and Labeled Tunnels have been deprecated since December 31st, 2025. The dashboard [Endpoints page](https://dashboard.ngrok.com/endpoints) no longer shows edge endpoints. If you still have edges configured, you can manage them from the [Edges page](https://dashboard.ngrok.com/edges).
</Warning>

## Migration guide

Edges have been replaced with new features that are both simpler and more powerful than their Edges counterparts.
Use the following replacement guide to migrate off of Edges:

| Feature                    | Replacement                                                                                                           |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Edges**                  | [Cloud Endpoints](/gateway/cloud-endpoints/)                                                                          |
| **Modules**                | [Traffic Policy Actions](/traffic-policy/actions/)                                                                    |
| **Routes**                 | [Traffic Policy Expressions](/traffic-policy/how-it-works#expressions)                                                |
| **Labeled Tunnels**        | [Internal Endpoints](/gateway/internal-endpoints/)                                                                    |
| **Tunnel Group Backend**   | [Forward Internal Action](/traffic-policy/actions/forward-internal/) and [Endpoint Pools](/gateway/endpoint-pooling/) |
| **HTTP Response Backends** | [Custom Response Traffic Policy Action](/traffic-policy/actions/custom-response)                                      |
| **Failover Backends**      | [Forward Internal Action](/traffic-policy/actions/forward-internal/#on-error)'s `on_error` property                   |
| **Weighted Backends**      | [`rand.double()` Traffic Policy Macro](/traffic-policy/macros/#randdouble---double)                                   |
| **Load Balancing**         | [Endpoint Pools](/gateway/endpoint-pooling/)                                                                          |
