Documentation

Monitoring & Logs

Real-time metrics and logs for all your containers.

Available Metrics

CPU Usage

Real-time CPU utilization percentage

Memory Usage

RAM consumption and limits

Network I/O

Inbound and outbound traffic

Health Status

Container health and uptime

Viewing Logs

Access container logs from the dashboard or CLI:

# Via Dashboard

Container → Logs tab → Real-time stream

# Via API (X-API-Key header — see the API Keys page)

GET /api/mobile/containers/{id}/logs?lines=200

Log Features

  • Real-time streaming: Live log updates in dashboard
  • Build logs: Every deployment keeps its full build log for diagnosis
  • API access: Fetch up to 1,000 recent lines per request with your API key

Deployment History

Track all deployments with detailed status:

  • Deployment timestamp
  • Git commit hash and branch
  • Build and deploy status