Is there a way to reprovision a Trellis/Lima project?

Here are the other file system info commands

df -h
Filesystem      Size  Used Avail Use% Mounted on
tmpfs           392M 1008K  391M   1% /run
/dev/vda1        97G  2.1G   95G   3% /
tmpfs           2.0G     0  2.0G   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
mount0          229G  208G   21G  91% /srv/www/example.com/current
/dev/vda15       98M  6.3M   92M   7% /boot/efi
/dev/vdb         36M   36M     0 100% /mnt/lima-cidata
tmpfs           392M  4.0K  392M   1% /run/user/501

df -i
Filesystem        Inodes   IUsed     IFree IUse% Mounted on
tmpfs             501190     664    500526    1% /run
/dev/vda1       12966400   84705  12881695    1% /
tmpfs             501190       1    501189    1% /dev/shm
tmpfs             501190       3    501187    1% /run/lock
mount0         221252034 5633394 215618640    3% /srv/www/example.com/current
/dev/vda15             0       0         0     - /boot/efi
/dev/vdb               0       0         0     - /mnt/lima-cidata
tmpfs             100238      25    100213    1% /run/user/501

cat /etc/fstab
LABEL=cloudimg-rootfs	/	 ext4	discard,errors=remount-ro	0 1
LABEL=UEFI	/boot/efi	vfat	umask=0077	0 1
mount0	/srv/www/example.com/current	virtiofs	rw,nofail,comment=cloudconfig	0	0