Browse documentation
Projects & Apps

Using the Terminal and Logs

Run commands inside your app and read its output from the dashboard.

1 min readUpdated Sep 25, 2026

Terminal

The Terminal tab of a Cloud app lets you run commands inside its container. Each command runs on its own, so:

  • There is no persistent shell. Interactive programs such as editors will not work.
  • Directory changes with cd are remembered between commands.
  • A command is stopped after 15 seconds and very long output is truncated.
  • If the app has several containers, pick which one to use from the dropdown.

The terminal requires the Developer role or higher on the account.

Logs

The Logs tab and the Logs page show the last 300 lines of output and refresh every few seconds. You can search, copy and clear the view.

Restart, redeploy, stop

  • Restart restarts the container.
  • Redeploy rebuilds it from source.
  • Stop / Start pauses and resumes it.
  • Delete is limited to Admins and requires typing the app's name.

Still stuck?

Open a support ticket from your dashboard and include the container name.

Contact support