How to move lxc to other zfs

hi Guys,
I’m using this a a default profile with zfs:

lxc profile show default
config: {}
description: Default LXD profile
devices:
  eth0:
    name: eth0
    nictype: macvlan
    parent: eno1
    type: nic
  root:
    path: /
    pool: default
    type: disk
 zpool list
NAME      SIZE  ALLOC   FREE  EXPANDSZ   FRAG    CAP  DEDUP  HEALTH  ALTROOT
default   172G  92.3G  79.2G         -    67%    53%  1.00x  ONLINE  -
 zpool status
  pool: default
 state: ONLINE
  scan: scrub repaired 0B in 0h8m with 0 errors on Sun Aug 12 00:32:01 2018
config:

        NAME                              STATE     READ WRITE CKSUM
        default                           ONLINE       0     0     0
          /var/lib/lxd/disks/default.img  ONLINE       0     0     0

is there any way to move the LXC/LXD to other ZFS pool?

Thanks a lot
Regards,
Guillermo

Containers can be moved between storage pools when using LXD 3.3 or higher.

If your concern is about moving the zpool from being loop based to being back by physical partitions, you can do so without ever touching LXD by turning your existing pool into a RAID1 at the ZFS level, then removing the default.img backing device, effectively moving all your existing data to the new block device.