Skip to main content

art_env_delete

art env delete

Delete environment and all its resources

Synopsis

Deletes all the resources in the environment and then deletes the environment from the database. Environment deletion is only done after terraform deletion of resources has completed successfully. Only the 'environment-name' and 'region' is required in the file.

art env delete -f FILENAME [flags]

Examples

delete -f env.yaml

Options

  -f, --file string   the name of the file you want to write to (default "env.yaml")
-h, --help help for delete

Options inherited from parent commands

      --key string      art key (clientID you get when a token is generated from the ui)
--secret string art secret (secret you get when a token is generated from the ui)

SEE ALSO

  • art env - Parent command to manage your environment
Auto generated by spf13/cobra on 2-Nov-2022