<div>Is it possible to remove the endpoint of a peer via the `wg set` command? All of the other peer attributes (preshared-key, persistent-keepalive, allowed-ips) are removable in this fashion (and documented in the man page). I've tried `wg set <interface> peer <base64-public-key> endpoint 0`, `endpoint off`, `endpoint ""`, and `remove endpoint`.<br></div><div><br></div><div>My workaround for now is to just remove the whole peer, and then re-set the other attributes.<br></div><div><br></div><div>If it is not possible to currently do this with `wg set`, the syntax `remove <attribute-name>` might be a good way to generalize the notion of unsetting any peer attribute.<br></div><div><br></div><div>Thanks,<br></div><div>-Devin</div>