Comment 6 for bug 2036405

Revision history for this message
Jacopo Rota (r00ta) wrote :

From my understanding there is no bug here. The correct usage of that function should be

```
ID_LINK=$(maas admin interface read <your_machine_id> <your_interface_id> | jq ".links[].id")
maas admin interface unlink-subnet <your_machine_id> <your_interface_id> id=$ID_LINK
```

and then your interface should be unlinked. Could you confirm?