To List running VMs and containers
$ machinectl list
To Show VM/container details
$ machinectl status <vm_name>
To Show properties of one or more VMs/containers
$ machinectl show <vmname>
To power off the vm
$ machinectl poweroff <vm_name>
regards,
T.Dhanasekar