ConvoyDocs

Application Details

View and manage your deployed applications.

The application detail page shows everything about a deployed application.

Accessing app details

  1. Go to Apps in the sidebar.
  2. Click on any application.

Information displayed

FieldDescription
StatusCurrent deployment status
URLYour application's live URL
RepositoryGitHub repository and branch
CommitThe Git commit SHA deployed
Build MethodDockerfile, Buildpack, or Existing image
CPU / MemoryAllocated resources
ReplicasNumber of running instances
Custom DomainAssigned custom domain (if any)

Deployment status

StatusMeaning
PendingDeployment accepted, waiting to start
BuildingContainer image is being built
DeployingImage built, deploying to cluster
DeployedApplication is live and healthy
FailedBuild or deployment failed
SupersededReplaced by a newer deployment
CancelledCancelled by user or platform

Actions

From the app detail page:

  • View logs — build and deployment logs with live streaming during active deployments
  • Open — click the URL to open your app in a new tab
  • Edit — update environment variables, resources, port, or health check settings in place
  • Redeploy — create a new deployment with updated settings
  • Cancel — cancel a pending or in-progress deployment

Metrics and logs

Click Observability in the sidebar to open your workspace's Grafana for metrics and logs.

Activity timeline

Click Audit in the sidebar to see the full event history for this app and workspace.