-
Notifications
You must be signed in to change notification settings - Fork 29
azion_delete_edge application
GitHub Action edited this page Oct 17, 2023
·
5 revisions
Removes an Edge Application
Removes an Edge Application from the Edge Applications library based on its given ID
azion delete edge-application [flags]
$ azion delete edge-application --id 1234
$ azion delete edge-application --cascade
--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
-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
- azion delete - Deletes a resource