Delete#

The delete operation deletes the infrastructure deployed but keeps the build.

Usage#

$ # Delete the application previously deployed.
$ weblodge delete

$ # Delete the application previously deployed without prompt.
$ weblodge delete --yes

Options#

Option name

Description

Default value

subdomain

The subdomain of the application to be deleted.

<my-subdomain>

yes

Do not prompt a validation message before deletion.

false