Skip to main content

Application Management

Editing Application Name

If you need to change the application name after building the application, click on the <Application Name> display in the upper left corner of the application screen (canvas screen). This will allow you to change the application's name.

Duplicating an Application

All applications can be easily duplicated. The method involves exporting the application and then importing it. Applications built with exaBase Studio can be exported in JSON format. By using this export and import feature, you can share the configuration files by importing them into other workspaces. Please refer to the sections on exporting and importing applications for more details.

Exporting an Application

Applications built with exaBase Studio can be exported in JSON format. By using this feature, you can share configuration files by importing them into other workspaces. The following information is covered:

  • Application Name
  • Orchestration configuration
    • Various component settings
      • Workspace, endpoint, pipeline, SideApp, etc.
      • Injection settings
      • Definition of environment variables and secrets (only the definition of variables; during import, the values of environment variables and secrets will need to be set again.)

By clicking the "…" button in the upper left corner of the application, you can export the JSON file from the "Export JSON" menu.

Importing an Application

After you build a new application, you can import a JSON file from the "Import JSON" menu by clicking the "…" button in the upper left corner of the application.

A new application will be built with the same settings as the original application, allowing you to quickly create multiple applications with the same configuration.

Deleting an Application

To delete an application, click the "Delete" button in the upper left corner of the application.

Note: This action cannot be undone. Deleting the application will have the following effects:

  • All users will no longer have access to the application.
  • All prompts, orchestration configurations, and logs within the application will be deleted.
tip

Since deleting an application cannot be undone, make sure to take necessary backups and other precautions before proceeding.