Destroy VM and Global Status

Author: Al-mamun Sarkar Date: 2021-04-16 03:19:24

We can destroy any box using the vagrant destroy [name|id] command. We can show the status of all virtual machines using the global-status command.

 

Show status of all Virtual boxes:

vagrant global-status

 

Destroy Virtual box:

vagrant destroy [name|id]