slurm_get_cluster_info
Retrieve Slurm cluster details including partitions, node states, and GPU resource availability.
Instructions
Get Slurm cluster information: partitions, node states, and GPU availability.
Returns a summary of all nodes, their GPU resources (GRES), memory, and current state (idle / allocated / down).
Args: host: Slurm head node hostname. Overrides the SLURM_HOST env var on the gateway. partition: Filter output to a specific partition (optional). gateway_id: Gateway UUID for the site where the Slurm cluster is deployed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| partition | No | ||
| gateway_id | No |