Skip to main content
Each deployed application has its own page in the console, with one tab per topic.

Overview

The Overview tab shows the current status, the addresses of the application, the services it is made of, the parameters used at deployment and the generated credentials. Credentials are hidden by default; revealing them is recorded in the application history.

Start, stop, restart

The actions are available from the application header:
Deleting an application offers to destroy its data volumes as well. Volumes destroyed this way cannot be recovered, including from the daily backups, which are removed with the application.

Logs

The Logs tab reads the container output of a service. Choose the service, the number of lines and whether to display timestamps. Logs are read live from your instance, so they are not stored by the console.

Environment variables

The Variables tab lists the environment variables of the application. You can:
  • Change a value
  • Add a variable
  • Delete a persisted variable with the trash icon
Changes are applied together: the console sends the whole set, then restarts the application so the new values take effect.
Variables whose name looks like a secret are masked in the table. Reveal them with the eye icon.

History

The History tab records what happened to the application: deployment, start, stop, restart, update, variable change, domain change, backup, restore, credentials revealed. Each entry carries its date, its author and the related task when there is one.