Destroy VM and Global Status

Destroy VM and Global Status

Instructor-svgAl-Mamun Sarkar
Apr 16 , 2021

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]

 

  • Share On:
  • fb
  • twitter
  • pinterest
  • instagram