Difference between revisions of "Vagrant destroy"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
  [[vagrant]] destroy -f bento/fedora-32
 
 
  vagrant destroy -f bento/fedora-32
 
 
  The machine with the name 'bento/fedora-32' was not found configured for
 
  The machine with the name 'bento/fedora-32' was not found configured for
 
  this Vagrant environment.
 
  this Vagrant environment.
  
 
  [[vagrant global-status]] --prune
 
  [[vagrant global-status]] --prune
 
  
 
  vagrant destroy
 
  vagrant destroy
 
     default: Are you sure you want to destroy the 'default' VM? [y/N] y
 
     default: Are you sure you want to destroy the 'default' VM? [y/N] y
 
  ==> default: Removing domain...
 
  ==> default: Removing domain...
 +
 +
vagrant destroy
 +
==> default: Remove stale volume...
 +
==> default: Domain is not created. Please run `vagrant up` first.
 +
 +
vagrant destroy VM_NAME
  
 
== Related commands ==
 
== Related commands ==
 
* <code>[[vagrant box list]]</code>
 
* <code>[[vagrant box list]]</code>
 +
* <code>[[vagrant status]]</code>
 +
* <code>[[vagrant up]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 15:16, 11 April 2021

vagrant destroy -f bento/fedora-32
The machine with the name 'bento/fedora-32' was not found configured for
this Vagrant environment.
vagrant global-status --prune
vagrant destroy
    default: Are you sure you want to destroy the 'default' VM? [y/N] y
==> default: Removing domain...
vagrant destroy
==> default: Remove stale volume...
==> default: Domain is not created. Please run `vagrant up` first.
vagrant destroy VM_NAME

Related commands[edit]

See also[edit]

Advertising: