Skip to main content

UI Guide

A screen-by-screen tour of the Slurm Cluster console: what every page, tab, button, dialog and field is, and where to find the control you are looking for. Use it as a reference rather than reading it end to end.


Training Cluster in the left sidebar, under PRODUCTS. The project selector at the top-left scopes everything — a cluster only appears in the project it belongs to.

A cluster you cannot find is usually in another project

Clusters are project-scoped. If a colleague's cluster is missing from your list, check the project selector before anything else.


The Cluster List Page

Headed Manage Training Clusters.

ControlWhat it does
Refresh iconReload the list
DocumentationOpens these docs
Create Training ClusterStarts the create form

Table

ColumnShows
Cluster NameClick it to open the cluster
Created ByWho created it
PlanThe plan, with (Private Cluster) appended for reserved capacity
No of NodesWorker count
Created AtCreation time
ConnectA terminal icon that opens the SSH panel. Disabled on a Failed cluster
StatusA coloured pill — see statuses
ActionsThe ⋮ menu

Rows per page and pagination sit below. The list refreshes itself every few seconds while any cluster is Creating or Deleting.

Bottom cards

More about Training Clusters — three cards linking to product documentation, the API reference, and FAQs.


The Create Form

One page, top to bottom. Fully documented in Create a Slurm Cluster.

SectionFields
Cluster Name *The name
Image *Image family and version, plus a refresh icon
Plan ConfigurationGPU / Private Cluster tabs; plan cards; Configuration; Workers stepper
PricingOn-Demand and any savings plans, then the amber note "Charges apply from the moment the cluster is created."
AccessSSH Keys *, Parallel File System *
Advanced SettingsSecurity Group *, Lifecycle Script, Slurm Configuration, Shared File System, Dataset Storage
SubmitCreate Training Cluster

* marks a required field. The submit button stays disabled until every required field is valid.

A greyed plan card reads "Inventory not available"

That GPU type has no free nodes right now. Pick another, or reserve capacity with a Private Cluster.


The Cluster Details Page

Header

ElementWhat it is
Select Training ClusterSwitch clusters without going back to the list
Status pillThe cluster's current state
Refresh iconReload the current tab. The details page does not auto-refresh
ConnectThe SSH panel
Restart WorkersShortcut for Restart All Workers. Disabled unless Running
The Actions menu

Tabs

Ten tabs, left to right:

#TabContentsReference
1DetailsCluster Details, Plan Details, Connection DetailsManage
2Cluster OverviewSummary cards, Node Health, Slurm Partition InfoCluster Overview
3NodesNode-Level Metrics (DCGM), filters, per-GPU drawerNodes
4JobsState counters, filters, job tableJobs
5MonitoringGPU and scheduler chartsMonitoring
6AlertsAttach alertsAlerts
7LogsLogin-node and worker logsLogs
8VolumesDatasets, SFS, PFS sub-tabsStorage
9Network & SecurityNetwork and Security Groups sub-tabsNetwork
10Login User ManagementMembers and GroupsLogin users
Tabs that need a Running cluster

Most tabs show a message such as "Cluster overview is available when the cluster is running." until the cluster is up. Details always works. The exact tab set varies slightly by region — some regions show a dedicated Partitions tab in place of Cluster Overview.

The Connect panel

Opened by Connect. Headed Use Shell to run freeform commands, with a copy button per row:

RowCommand
Connect to the head instance using SSHssh root@<ip>
To view information about nodes and partitions.sinfo
To view and modify configuration and state.scontrol show nodes
To submit a batch script for later executionsbatch <PATH OF SCRIPT>
The sstat command can be used to track the resource usage of your jobs.sstat -j <Job ID>
The scontrol command can be used to track your jobs.scontrol show job <Job ID>

The Actions Menu

Available from the ⋮ on a list row and from Actions on the details page. Full reference: Cluster actions.

ItemOpensRestarts anything?
Update SSH KeysUpdate SSH Keys dialogNo
Update ImageUpdate Image: <name>Confirm Image UpdateRolling, node by node
Slurm ConfigurationThe Slurm Configuration dialogReloads slurm.conf; may restart the controller
Scale ClusterScale pool: <name> with Scale up / Scale downScale-down restarts workers
Convert to CommittedConvert to Committed PlanNo — billing only
Restart All WorkersConfirmationAll workers
Restart ClusterConfirmationEverything
Restart Login ServiceConfirmation, confirm button RestartLogin node only
Reconfigure ClusterConfirmationRe-applies current state
Clone ClusterNavigates to a pre-filled create formNo
Terminate ClusterConfirmation, confirm button TerminateEnds the cluster
Delete Training ClusterConfirmation with an acknowledgement checkboxRemoves the record

The last two are red, below a divider. On the details page Delete Training Cluster is labelled Delete Cluster.

An action missing from the menu is almost always a status gate

Most actions require Running. See Action availability and blockers for the full matrix.


The Slurm Configuration Dialog

Reached from Actions → Slurm Configuration on a Running cluster, or from Configure Slurm in the create form. Full reference: Slurm Configuration.

Title: Slurm Configuration Intro: "Applied to slurm.conf on every node of the cluster. Platform managed settings (cluster name, accounting, node and topology wiring) cannot be overridden."

Tab 1 — slurm.conf

ElementDetail
HeadingExtra slurm.conf
HelperCustom Slurm configuration appended to slurm.conf on all nodes. One Key=Value per line.
Linkslurm.conf reference → SchedMD's manual
FieldA text area, one Key=Value per line

Tab 2 — Partitions

ElementDetail
HeadingAdd PartitionsAdds a PartitionName= line to slurm.conf.
Button+ Add Partition
Empty stateNo new partition yet. Use Add Partition to define one.
Existing partitionsListed under Already configured as read-only chips; click one to jump to the partition table

Each new partition card is headed NEW PARTITION with an Enabled toggle and a remove button:

FieldControl
NameText
StateUP (default), DOWN, DRAIN, INACTIVE
Max timeText — Slurm time format or UNLIMITED
Default timeText
Nodes in this partitionText, with a node-count badge
Extra partition options — one Key=Value per lineText area
Make this the default partitionToggle

Tab 3 — Prolog & Epilog

Four script editors, each requiring a shebang:

EditorRuns
Worker PrologOn Slurm workers before each job starts
Worker EpilogOn Slurm workers after each job ends
Controller PrologOn slurmctld at job allocation
Controller EpilogOn slurmctld at job completion

An info panel headed Cluster Reconfigure Required, then Cancel and Apply Configuration (Save Configuration in the create form).

The create-form version has no Partitions tab

A partition names specific nodes, and those do not exist until the cluster runs. Add partitions afterwards from the Cluster Overview tab.


Where Is That Control?

I am looking forIt is at
The SSH commandDetailsConnection Details, or the Connect button
The cluster's IPSame, or Network & SecurityNetwork
Which Slurm version I haveDetailsCluster DetailsImage Version
Add a partitionCluster OverviewSlurm Partition InfoAdd Partition
Edit slurm.confActionsSlurm Configurationslurm.conf
A prolog scriptActionsSlurm ConfigurationProlog & Epilog
Why a job is pendingJobs, then squeue -o "%R" over SSH
A broken GPUNodes → filter XID Errors
Reboot one nodeNodesView GPUsReboot Node
Add nodesActionsScale ClusterScale up
Mount a volumeVolumes → the type → Mount
Add a teammateLogin User ManagementMembersCreate Member
Open a portNetwork & SecuritySecurity Groups
Attach an alertAlertsSelect AlertsAttach
Stop payingActionsTerminate Cluster
Recreate a cluster's configurationActionsClone Cluster

Icon and Badge Glossary

Status pills

PillColourMeaning
RunningGreenLive and accepting jobs
CreatingAmberProvisioning
Terminating / DeletingAmberShutting down
FailedRedCreation did not complete
TerminatedRedShut down; the record remains

Node state badges

BadgeMeaning
IdleUp, nothing allocated
AllocatedFully allocated to jobs
MixedPartly allocated
DOWNSlurm has marked it unavailable
UNKNOWNSlurm is not reporting it

Health badges

BadgeMeaning
HealthyNo faults reported
XID ErrorA GPU on this node reported an NVIDIA fault
RebootingA node reboot is in progress

Other markers

MarkerMeaning
Floating on an IPAssigned from a pool; can change
Reserved on an IPHeld for your account; stable
* beside a partitionThe default partition
Managed in a partition's ActionsA platform partition you cannot edit
not live on a partitionConfigured, but the controller is not reporting it
DISABLED as a partition stateOne of your partitions with Enabled switched off
in MAX TIMEUNLIMITED
Latest / Current on an image versionNewest available / running now
Inventory not available on a plan cardNo free nodes of that type
or in a cellNo data

Last updated on September 10, 2026.