UUID=
Notice this will fail!
vmadm send ${UUID} | ssh REMOTE vmadm receive
Because it can't send the delegate dataset this need to be done manually:
zfs snapshot -r zones/${UUID}/data@sending
zfs send -R zones/${UUID}/data@sending | ssh REMOTE zfs receive -F zones/${UUID}/data
vmadn install ${UUID}