Skip to content

Managing Deployments

Once your app is deployed, you can manage it from the Apps > Deployed tab.

The Deployed Tab

The deployed tab shows all active deployments with:

  • Status indicator — Color-coded dot showing current state
  • Name and app ID
  • Image tag — The container image version
  • Replicas — Ready/total instance count
  • Hostname — The public URL
  • Created date

Status Indicators

StatusDescription
RunningApp is live and healthy
DeployingStarting up (animated indicator)
UpdatingRolling update in progress (animated)
PendingWaiting for resources (animated)
StoppedManually stopped
FailedError occurred
DeletingBeing removed (animated)

The page auto-refreshes every 5 seconds when deployments are in a transient state (deploying, updating, pending, deleting).

Deployment Detail

Click a deployment to open its detail page. From here you can:

Update the Image

Enter a new image tag and click Update to trigger a rolling update.

Edit Configuration

Modify these settings and click Save Changes:

  • Port and replicas
  • Resource preset (Starter, Standard, Performance, Heavy, Custom)
  • Access control — Auth mode and minimum role
  • Allowed/denied users — Restrict access to specific members
  • Environment variables — Add, edit, or remove variables

View Container Logs

Toggle the logs panel to see real-time container output. Choose the number of tail lines (100, 200, 500, or 1000) and click refresh to get the latest logs.

TIP

Container logs show real-time output. For historical log querying and search, use Insights > Logs.

Deployment Lifecycle

ActionEffect
StartResumes a stopped deployment
StopGracefully stops all replicas
RedeployRestarts with the current configuration
DeletePermanently removes the deployment (requires confirmation)

Next Steps

NextEpoch Cloud Documentation