Deployments
The Deployments section covers two routes: the global deployments list (/deployments) and the deployment detail page. From the deployments list you monitor and manage all deployments across every application. From the deployment detail page you view the status and activity of a single deployment.
Deployments page
The Deployments page (/deployments) lists all deployments you have access to, across all applications.
Header controls:
- Search: Filters the list by deployment name or application name.
- Auto-refresh: Automatically refreshes the table at a set interval. Options: Off, 10s, 30s, 1m, 2m.
Deployments table:
Each row represents a single deployment. Table columns:
- Name: The deployment name. Select to navigate to the deployment detail page.
- Application: The application the deployment belongs to. Select to navigate to the application detail page.
- Version: The application package version deployed.
- Environment: The deployment environment tier.
- Status: The current state of the deployment. See Deployment states.
- Last Deployed: The date and time of the most recent deployment action.
The row actions menu (...) provides the following context-dependent actions:
- Launch: Opens the deployed application in a new browser tab. Available when the deployment is running.
- Rename: Renames the deployment.
- Start: Starts a stopped deployment.
- Stop: Stops a running deployment.
- Upgrade: Upgrades the deployment to a new package or server version.
- Terminate: Permanently removes the deployment. This action cannot be undone.
The Deployments tab on the Application detail page shows the same data scoped to a single application. Use the global Deployments page when you need a view across all applications.
Deployment states
Each deployment displays a colored status indicator:
- Running (green): The deployment is active.
- Starting (blue): The deployment is initializing or a start is queued.
- Upgrading (blue): A package or server upgrade is in progress.
- Resuming (blue): The deployment is resuming from a stopped state.
- Stopping (amber): A stop operation is in progress.
- Terminating (amber): A termination is in progress.
- Stopped (gray): The deployment is stopped.
- Terminated (gray): The deployment has been permanently removed.
- Error (red): The deployment encountered an error.
- Failed to Start (red): The deployment failed to start.
- Degraded (orange): The deployment is running but in a degraded state.
- Unreachable (orange): The deployment cannot be reached.
Deployment detail page
The Deployment detail page shows the status and configuration of a single deployment.
Overview panel:
- Version: The application package version currently deployed.
- Environment: The deployment environment tier.
- Status: The current state with a status indicator.
- Last Deployment: The relative time of the most recent deployment action.
Actions:
- Launch (header button): Opens the deployed application in a new browser tab. Available when the deployment is running.
- Start: Starts a stopped deployment. Available in the settings menu.
- Stop: Stops the running deployment. Available in the settings menu.
- Upgrade: Upgrades the deployment to a new package or server version. Available in the settings menu.
- Rename: Renames the deployment. Available in the settings menu.
- Terminate: Permanently removes the deployment. Available in the settings menu. This action cannot be undone.