slurm_list_jobs
List running and pending Slurm jobs. Filter by user, partition, or state to see job IDs, names, GPU allocations, and time limits.
Instructions
List running and pending Slurm jobs.
Returns job ID, name, user, state, partition, node count, GPU allocation, submit time, and time limit for each job.
Args: host: Slurm head node hostname (overrides SLURM_HOST). user: Filter by username (optional). partition: Filter by partition name (optional). state: Filter by job state — RUNNING, PENDING, FAILED, COMPLETED (optional). gateway_id: Gateway UUID for the target site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| user | No | ||
| state | No | ||
| partition | No | ||
| gateway_id | No |