Komodo AI home page
Search...
⌘K
Developer Guide
Reference
Tutorials
Search...
Navigation
job
list
Developer Guide
What is Komodo?
Quickstart
Storage
Distributed Multi-Node Tasks
Machines
Jobs
Services
Reference
Task YAML
Command Line Interface
Overview
job
launch
list
logs
ssh
terminate
machine
service
Tutorials
Running Llama3 with vLLM
Cloud Accounts
Connecting your clouds
Supported Clouds
Requesting Quota Increase
On this page
Usage
Options
Examples
job
list
List all of your jobs.
Usage
komo job list [OPTIONS]
Options
Option
Description
Type
‑l, ‑‑limit
The limit to the number of jobs that are listed. Defaults to 10. Use -1 to display all jobs.
int
‑s, ‑‑skip
The number of jobs to skip
int
Examples
List your jobs
Copy
komo
job
list
List 5 jobs, but skip the first 3 that would normally be displayed
Copy
komo
job
list
-l
5
-s
3
launch
logs
Assistant
Responses are generated using AI and may contain mistakes.