stackmate
  • Guides
    • Getting started
    • What is stackmate
    • Installation
    • Output files
  • Configuration
    • Configuration File
      • state
      • environments
      • provider
      • region
    • Application Services
    • Database services
    • Cache Services
    • Object storage
  • Commands
    • stackmate preview
    • stackmate deploy
    • stackmate destroy
  • How to
    • Use your own VPC on AWS
    • Handle SSL failures for AWS
  • Appendix
    • License
Powered by GitBook
On this page
  • Usage
  • Arguments
  • Options

Was this helpful?

  1. Commands

stackmate destroy

WARNING! This will tear down your entire infrastructure without any confirmation, use when you're completely sure about what you're doing!

The stackmate destroy command applies completely destroys your entire infrastructure.

Usage

stackmate destroy <environment> [-c configuration.yml -d working-directory]

Arguments

  • <environment> The environment to destroy

Options

  • --configuration <file>, -c <file> the configuration file to be used for this operation. By default .stackmate/config.yml is used

  • --directory <dir>, -d <dir> the directory to use as a working one, where the Output files will be generated

Previousstackmate deployNextUse your own VPC on AWS

Last updated 1 year ago

Was this helpful?