How to unbind an edge service
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.
- Access Real-Time Manager (RTM).
- 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.
- Hover the service on the list and click the trash can icon.
- Confirm the deletion.
- Run the following
GET
request 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
GET
request in your terminal, replacing[TOKEN VALUE]
with your personal token and:id
with the ID of the edge node, and retrieve the ID of the relation between the edge node and the chosen service:
- Run the following
DELETE
request in your terminal, replacing[TOKEN VALUE]
with your personal token,:node_id
with the ID of the edge node and:bind_id
with 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.