CLI Reference

Use the command-line tool to run tasks, show task status, cancel tasks and SSH into tasks.

Help

elbo --help

(.venv) joy@elbo ~> elbo
Usage: elbo [OPTIONS] COMMAND [ARGS]...

  elbo.ai - Train more, pay less

Options:
  --help  Show this message and exit.

Commands:
  balance   Show the users balance
  create    Create an instance and get SSH access to it.
  download  Download the artifacts for the task.
  kill      Stop the task.
  login     Login to the ELBO service.
  notebook  Start a Jupyter Lab session.
  ps        Show list of all tasks.
  run       Submit a task specified by the config file.
  show      Show the task.
  ssh       SSH into the machine running the task.
  status    Get ELBO server status.

Start a notebook

elbo notebook

Run a task

elbo run --config <config_file_path>

Cancel a task

elbo kill <task_id>

Show task attributes

elbo show <task_id>

Download task artifacts

elbo download <task_id>

Show running task

elbo ps -r

SSH into a running task

Show ELBO Server Status

Last updated

Was this helpful?