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:
- The Applications List
- The C3 AI Studio Home page
- An Environment details page
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:
- Open Application: Launch the application instance.
- Open Jupyter: Launch the C3 AI-managed JupyterLab instance. For more information, see Configure and Use C3 AI-Managed JupyterLab Notebooks.
- Open Console: Access the application environment in C3 AI Console. To learn more, see Access Your Environment.
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):
Mode Use case Modify Metadata Run Tests Schema Migration dev Active local development and experimentation Yes Yes No test Demonstrations and short data explorations Yes Yes No Shared environment (multi-node environment, MNE):
Mode Use case Modify Metadata Run Tests Schema Migration prod Live customer application Yes Yes No test QA, CI, or staging application Yes Yes No
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.