What's the command to edit parent network in a container?

I have a container using macvlan, the NIC in the motherboard got changed, I need to edit the container to change NIC to the new one, what’s the command to edit? thanks

See: Linux Containers - LXD - Advanced guide

Its

lxc config device set <instance> <device> parent=<parent device>