Stacktape
Stacktape


delete()

Overview and basic usage


delete

Deletes your stack from AWS.

This action is irreversible and will permanently remove all resources in the stack. Be sure to back up any data you want to keep. If you don't provide a configuration file, beforeDelete hooks will not be executed.



import { Stacktape } from "stacktape";
const stacktape = new Stacktape();
stacktape.delete({
region: "<<region>>",
stage: "<<stage>>"
});

API reference

Arguments

region
Required
stage
Required
awsAccount
config
configPath
currentWorkingDirectory
profile
projectName
templateId

Contents

  •  Overview and basic usage
  •  delete
  •  API reference