Skip to content

Managing Deployments

Deployments Admin Only

Deployments are named runtime targets that help you organize where tools execute and how edge-backed infrastructure is managed. They are useful for separating environments such as production, staging, or region-specific setups.

In the current admin UI, a deployment primarily captures runtime metadata, status, and edge bundle assignment where applicable.

Navigate to Admin > Deployments to see all deployments in your organization. The list view shows:

ColumnDescription
NameThe deployment’s display name
TypeThe client type associated with the deployment
Runtime KindWhether the runtime is cloud-managed or edge-device based
StatusWhether the deployment is currently active
Last seenMost recent runtime heartbeat, if one exists
CreatedWhen the deployment was created
  1. Navigate to Admin > Deployments and click Create Deployment.

  2. Enter a name for the deployment. Choose a descriptive name that reflects its purpose (e.g., “Production - EU”, “Staging”, “IT Infrastructure”).

  3. Optionally provide a description to help team members understand the deployment’s scope.

  4. Save the deployment.

  5. If this is an edge deployment, open it afterwards to assign the bundle it should use.

A deployment can appear as:

StatusMeaning
ActiveA runtime associated with the deployment is currently available
InactiveNo active runtime has been seen recently

Edge deployments can have a bundle assignment that controls which edge implementations are available there.

To assign a bundle:

  1. Open the deployment from the list view.
  2. Go to the bundle section.
  3. Choose a bundle and, if needed, pin a specific version.
  4. Save the assignment.

Connected edge runtimes pick up the assigned bundle on their next sync cycle.

The Last seen column in the deployment list shows when the platform last received a heartbeat for that deployment. Use this to:

  • Detect inactive runtimes
  • Verify connectivity after rollout
  • Track operational activity over time

Deactivating an edge deployment marks it inactive for future runtime use. Deleting a deployment removes its configuration permanently.

Before deleting a deployment, make sure it is no longer needed by your edge setup or operational workflows.

Deployments are managed through Admin > Deployments. Some cloud-managed deployment operations are handled outside the standard editor flow.