github.com/bengesoff/terraform@v0.3.1-0.20141018223233-b25a53629922/website/source/docs/commands/destroy.html.markdown (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Command: destroy"
     4  sidebar_current: "docs-commands-destroy"
     5  ---
     6  
     7  # Command: destroy
     8  
     9  The `terraform destroy` command is used to destroy the Terraform-managed
    10  infrastructure.
    11  
    12  ## Usage
    13  
    14  Usage: `terraform destroy [options] [dir]`
    15  
    16  Infrastructure managed by Terraform will be destroyed. This will ask for
    17  confirmation before destroying.
    18  
    19  This command accepts all the flags that the
    20  [apply command](/docs/commands/apply.html) accepts. If `-input=false` is
    21  set, then the destroy confirmation will not be shown.