How to unbind an edge service
Learn how to unbind services from edge nodes using the Azion Console and API, with detailed steps on execution of DELETE requests through Curl commands.
You can unbind an edge service from an edge node using:
- Access Azion Console.
- On the upper-left corner of the page, open the Products menu, represented by three horizontal lines, and then select Edge Nodes.
- Select the edge node from which you want to unbind a service.
- Go to the Services tab.
- Find the service you wish to unbind and click the trash can icon.
- Confirm the unbinding.
- Run the following
GETrequest in your terminal, replacing[TOKEN VALUE]with your personal token and retrieve the edge node ID to which you wish to unbind an edge service:
- Run the following
GETrequest in your terminal, replacing[TOKEN VALUE]with your personal token and:idwith the ID of the edge node, and retrieve the ID of the relation between the edge node and the chosen service:
- Run the following
DELETErequest in your terminal, replacing[TOKEN VALUE]with your personal token,:node_idwith the ID of the edge node and:bind_idwith the ID of the relation between edge node and edge service:
Now, your edge node doesn’t have a relation with this specific edge service anymore.