azion_delete_edge application - aziontech/azion GitHub Wiki
azion delete edge-application
Removes an edge application
Synopsis
Removes an edge application from the Edge Applications library based on a given ID
azion delete edge-application [flags]
Examples
$ azion delete edge-application --id 1234
$ azion delete edge-application --cascade
Options
--cascade Deletes all resources created through the 'azion deploy' command (default true)
-h, --help Displays more information about the delete edge-application command
--id int Unique identifier of the edge application
Options inherited from parent commands
-c, --config string Sets the Azion configuration folder for the current command only, without changing persistent settings.
-d, --debug Displays log at a debug level
-l, --log-level string Displays log at a debug level (default "info")
-s, --silent Silences log completely; mostly used for automation purposes
-t, --token string Saves a given personal token locally to authorize CLI commands
-y, --yes Answers all yes/no interactions automatically with yes
SEE ALSO
- azion delete - Deletes a resource