Skip to content

status

status

status(
    table: Literal["clusters", "jobs", "all"],
    all_jobs: bool,
) -> None

Show status of clusters and jobs.

Parameters:

Name Type Description Default
table Literal['clusters', 'jobs', 'all']

Which table(s) to show: "clusters", "jobs", or "all".

required

Returns:

Type Description
None

None

The "clusters" table shows live info about each cluster's GPU availability and storage usage, along with counts of the user's running/pending/failed/completed jobs on that cluster.

The "jobs" table shows one row per job from the cache, with live status info (state, elapsed time, wait time).