C3 AI Documentation Home

Application Details Overview in C3 AI Studio

In C3 AI Studio, the Overview section of the Application Details page displays a summary of an application in an environment. This topic describes each section in detail:

To navigate to the Application Overview page, select an application from any of the following:

Application header

The application header displays the application name, last modified date, and a status indicator. Valid application statuses are:

  • Starting
  • Running
  • Stopping
  • Stopped
  • Terminating
  • Unknown
  • Error
  • Upgrading

The header contains the following controls:

Select the trash icon at the end of the header row to terminate the application. Terminating the application permanently frees the resources it uses and requires confirmation.

Details

The Details section displays key information about the application:

  • Environment: The name of the application's parent environment. Select this value to open the Environment Details page.

  • Server version: The C3 Agentic AI Platform cluster version for this deployment. Use this value to determine whether an upgrade is needed. For upgrade instructions, see Manage Environments and Applications in C3 AI Studio.

  • Root package: The C3 Agentic AI Platform package deployed in the application.

  • Package version: The version of the root package that is deployed.

  • Application mode: Determines metadata modification, testing, and schema migration behavior. Options depend on the environment type:

    • Single-node environment (SNE):

      ModeUse caseModify MetadataRun TestsSchema Migration
      devActive local development and experimentationYesYesNo
      testDemonstrations and short data explorationsYesYesNo
    • Shared environment (multi-node environment, MNE):

      ModeUse caseModify MetadataRun TestsSchema Migration
      prodLive customer applicationYesYesNo
      testQA, CI, or staging applicationYesYesNo
  • Package dependencies: Lists other packages required by the application. Select More Details to view the full dependency list.

  • Created: The application creation date and the user who created it.

  • Hibernation Setting: Defines when the application is temporarily shut down, based on factors like time of day or inactivity.

  • Hibernation Exclusion: Specifies time periods to exclude the application from hibernation.

Recent activity

The Recent activity section lists log messages from the application and its parent environment. Each log includes the following fields:

  • Level: The logging level (such as Info or Error). For all supported values, see Logger.Level.
  • Timestamp: The date and time when the message was logged.
  • Message: A link to the full log message. If the message is long, only part of it appears in the link.

See also

Was this page helpful?