Skip to main content

gns3util template update

Update a template

Synopsis

Update a template with new settings and properties.
gns3util template update [template-name/id] [flags]

Examples

gns3util -s https://controller:3080 template update my-template --name new-name

Options

      --category string              Desired category for the template
      --compute-id string            Desired compute ID for the template
      --default-name-format string   Desired default name format for the template
  -h, --help                         help for update
      --name string                  Desired name for the template
      --symbol string                Desired symbol for the template
      --template-id string           Desired ID for the template
      --template-type string         Desired type for the template
      --usage string                 Desired usage description for the template
  -j, --use-json string              Provide a raw JSON string to send instead of flags
      --version string               Desired version for the template

Options inherited from parent commands

  -c, --cluster string    Cluster name from keyfile. Mutually exclusive with --server
  -i, --insecure          Ignore unsigned SSL-Certificates. Can be set via GNS3_INSECURE
  -k, --key-file string   Path to authentication keyfile. Can be set via GNS3_KEY_FILE or config.toml
  -o, --output string     Output format: [json, json-colorless, collapsed, yaml, toml, table, table-ascii]. Can be set via GNS3_OUTPUT (default "table")
  -s, --server string     GNS3v3 Server URL. Can be set via GNS3_SERVER or config.toml

SEE ALSO

Auto generated by spf13/cobra on 24-Mar-2026