Managing Apps
The App Manager in the Falcon console provides tools to view, edit, and manage your Foundry apps throughout their lifecycle.
Viewing app details
Section titled “Viewing app details”Go to Foundry > App manager to see all apps you’ve created or have developer access to. Each app shows:
- Capability summary — List of all capabilities (functions, integrations, collections, etc.) in the app
- Deployments — History of all deployments with status, timestamp, and version
- Releases — History of all releases with status and version
- App status — Current state of the app
App statuses
Section titled “App statuses”| Status | Description |
|---|---|
| Draft | App has been created but never deployed. |
| Deployed | App has been deployed but not yet released. |
| Released | App has been released and is available for installation. |
| Installed | App is installed and active in the CID. |
Editing capabilities
Section titled “Editing capabilities”From the App Manager, click on any app to open the App Builder. You can:
- Add, modify, or remove capabilities
- Edit function code, API integrations, workflow templates, and UI extensions
- Update the app manifest
Changes are not live until you deploy and release a new version.
Syncing deployments
Section titled “Syncing deployments”If your app’s configuration in the Falcon console has drifted from its deployed state, use the Sync option to reconcile.
From the CLI:
foundry apps syncDevelopment and preview modes
Section titled “Development and preview modes”- Development mode — Load your in-progress changes in the Falcon console for real-time testing. Only visible to you. Activate from the App Builder toolbar or via
foundry ui runin the CLI. - Preview mode — After deploying, preview the app as end users will see it. Useful for final validation before releasing.
Deleting an app
Section titled “Deleting an app”To delete an app, it must first be uninstalled from all CIDs. Then:
- Go to Foundry > App manager.
- Select the app.
- Click Delete.
From the CLI:
foundry apps delete --name "My App"