Skip to main content
Under the runs page, you can view the details of each run such as run status, summary, logs, plots, and files.

Terminate and reproduce

After run you can terminate ongoing runs or reproduce completed ones. Terminating a run will stop it immediately, while reproducing a run will create a new instance with the same configuration.

Run status

Run status shows current status of your workload.
To track the progress of your runs, use vessl.progress. VESSL will calculate the remaining running time, which you can view by hovering over the status mark.

Run terminal

If you activate the Terminal, you can SSH access the container through a web terminal. You can directly attach the SSH terminal to a run process or open a new shell.

Attaching to a run process

By attaching SSH directly to a run process, you can view the same logs displayed on the web console under the Logs tab. You can take various commands such as interrupting the process.

Creating a new shell

Opening a new SSH terminal allows you to navigate the container to see where the datasets or projects are mounted.

Reproducing runs

One of the great features of VESSL is that all runs can be reproduced. VESSL keeps track of all run configurations including the dataset snapshot and source code version. and allows you to reproduce any run with just a single click. You can reproduce runs either on the web console or through the VESSL CLI.

Terminating runs

You can stop a run, which means you can terminate a run that is currently in progress.