Skip to content

azion_delete_edge application

GitHub Action edited this page Oct 17, 2023 · 5 revisions

azion delete edge-application

Removes an Edge Application

Synopsis

Removes an Edge Application from the Edge Applications library based on its 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

Auto generated by spf13/cobra on 17-Oct-2023