With the azion clone [resource] command you can clone:


Application

The azion clone application command creates a copy of an existing Application with a new name, preserving its configuration.

Usage

Terminal window
azion clone application --application-id 1 --name "naruno"

Required flags

application-id

The --application-id flag specifies the unique identifier of the Application you want to clone.

name

The --name flag sets the name that will be used by the new cloned Application.

Optional flags

help

The -h or --help option displays more information about the azion clone application command.


Notes

  • The clone operation creates a new Application based on an existing one.
  • You must have appropriate permissions to clone Applications.
  • Use azion list edge-application to find the Application ID you want to clone.