Skip to content

dstack ps

This command shows status of runs within the current Git repo.

Usage

$ dstack ps --help
Usage: dstack ps [-h] [-a] [-w] [RUN]

Positional Arguments:
  RUN          A name of a run

Optional Arguments:
  -a, --all    Show all runs. By default, it only shows unfinished runs or the last finished.
  -w, --watch  Watch statuses of runs in realtime

Arguments reference

The following arguments are optional and mutually exclusive:

  • -a, --all – (Optional) Show all runs
  • RUN - (Optional) A name of a run

NOTE:

If -a is not used, the command shows only the status of active runs, the last finished one.

The following arguments are optional:

  • -w, --watch - (Optional) Watch statuses of runs in realtime