Skip to main content

Action Availability and Blockers

An action can be missing from the menu, greyed out inside a dialog, or rejected after you confirm. This page is the single reference for why — start here when a control you expected is not there.


Quick Diagnosis

Work down this list — the first match is almost always the answer.

SymptomCheck
The action is not in the menu at allThe cluster status. Most actions need Running — see what each status allows
Scale Cluster is missing on a Running clusterThe cluster is on a committed plan. Scaling is not supported for committed plans
Convert to Committed is missingThe cluster is already committed, is a CPU cluster, or runs on a private cluster plan
Slurm Configuration is missingThe cluster is not Running
Update Image is missingThe cluster is not Running
No actions at all, or the page is read-onlyYou do not have update permission on Training Clusters in this project
The dialog opens but the confirm button is greySomething in the dialog is incomplete — see disabled-confirm reasons
You confirmed and got an errorSee blockers and their messages
A tab shows "available when the cluster is running"Cluster Overview, Partitions, Nodes, Jobs, Monitoring, Volumes and Network & Security need a Running cluster
The cluster is gone from the listIt was deleted. From the moment Delete is issued the cluster is removed from the list and every action on it fails

Cluster Statuses

StatusMeaning
CreatingProvisioning is in progress
RunningThe cluster is live and accepting jobs
FailedCreation did not complete and was rolled back
TerminatingTermination in progress
TerminatedTerminated. The record remains so you can clone or delete it
DeletingDeletion in progress
DeletedDeleted. No longer listed

The list page refreshes itself every 5 seconds while any cluster is Creating or Deleting, so you can watch provisioning without reloading. The details page does not auto-refresh — use the refresh icon in the header.

Creating usually finishes in a few minutes

If a cluster sits in Creating much longer, try Reconfigure Cluster — it is available on a Creating cluster and re-applies the intended state. If that does not help, note the cluster name and contact support.


What Each Status Allows

StatusActions offered
CreatingUpdate SSH Keys · Convert to Committed¹ · Reconfigure Cluster · Clone Cluster · Terminate Cluster · Delete
RunningEverything
FailedUpdate SSH Keys · Clone Cluster · Terminate Cluster · Delete
TerminatingUpdate SSH Keys · Clone Cluster · Terminate Cluster · Delete
TerminatedUpdate SSH Keys · Clone Cluster · Terminate Cluster · Delete
Deleting / DeletedNot listed. Once Delete is issued the cluster leaves the list and no action on it is possible

¹ Only on hourly, non-private-cluster plans.

Failed clusters are for cloning, not fixing

A Failed cluster cannot be repaired into a Running one. The productive path is Clone Cluster — you get the same configuration in a fresh create form — then Delete the failed record. A Failed cluster is not billed for compute.


Visibility Rules by Action

ActionVisible whenHidden when
Update SSH KeysAlwaysNever
Update ImageStatus is RunningAny other status
Slurm ConfigurationStatus is RunningAny other status
Scale ClusterRunning and (hourly plan or private cluster)Committed plan, or not Running
Convert to CommittedHourly plan and not a private cluster and status is not Failed / Terminating / TerminatedCommitted plan, CPU cluster, private cluster, or one of those statuses
Restart All WorkersRunningAny other status (the header button is disabled rather than hidden)
Restart ClusterRunningAny other status
Restart Login ServiceRunningAny other status
Reconfigure ClusterRunning or CreatingAny other status
Clone ClusterAlwaysNever
Terminate ClusterAlwaysNever
DeleteAlwaysNever
Add / Edit / Delete PartitionRunning; row actions only on your partitionsPlatform partitions show Managed and have no actions
Node rebootNodes tab, and the node is not already rebootingWhile a reboot is in flight
Mount / unmount a volumeVolumes tab, cluster Running
IP and security-group actionsNetwork & Security tab, cluster RunningThe VPC section is not shown in every region
ConnectAlways in the list; the details button needs RunningThe list icon is disabled on a Failed cluster

Why a Confirm Button Is Disabled

DialogConfirm stays grey while
Update SSH KeysNothing is selected, or the selection is unchanged from the current keys
Update ImageNo version chosen, or the chosen version is already the current one
Slurm ConfigurationThe configuration is still loading or being saved. Validation errors are listed above the buttons and block the save
Scale upThe total is not above the current node count, no inventory is available, or you asked for more than is free
Scale downNo node selected, or every node selected — at least one must remain
Convert to CommittedNo committed plan is available, or the acknowledgement is unticked
Delete PartitionThe acknowledgement checkbox is unticked
Delete Training ClusterThe acknowledgement checkbox is unticked
Any actionA previous submission is still in flight

Blockers and Their Messages

These are checked after you confirm.

Plan and cluster-type blockers

MessageCauseFix
Scale cluster is not supported for committed clusterScaling a committed planSize the cluster before committing, or create a second hourly cluster
Cluster plan upgrade not allowed for committed clustersAsking for plan options on a committed clusterNone — the commitment window has to run out
Convert to committed is not supported for committed clusterAlready committed
Convert to committed is not supported for CPU clusterCPU clusters have no committed plans

Capacity and quota blockers

MessageCauseFix
Inventory not available for the selected configurationNo free nodes of the right type on the same rack as your existing nodesRetry later; inventory is refreshed frequently. For guaranteed capacity, use a Private Cluster
Inventory Unavailable in the Scale dialogSame, surfaced before you submitAs above, or scale to the maximum the dialog offers
A credit-related messageNot enough credit for the requested nodes or the upfront committed chargeTop up, then retry
A BOM or limit messageAn account-level limit on the requested configurationContact support

State blockers

MessageCauseFix
Slurm configuration can only be updated on a running clusterEditing Slurm config on a non-Running clusterWait for Running
Minimum one node required for cluster to remain in runningScaling down to zeroKeep at least one node, or terminate instead
Invalid request, Cluster does not existThe cluster was deleted, or belongs to a different projectCheck the project selector
A VPC-IP-in-progress errorA VPC IP is mid-attach, which blocks terminate and deleteWait for the attach to settle, then retry

Storage blockers

MessageCauseFix
Cannot remove storage. At least one storage volume must remain mounted on the cluster.Unmounting the last volumeMount a replacement first, then unmount
Cannot unmount this storage as it is used for persistent login. Disable persistent login on the cluster first.The volume holds the home directoriesDisable Login User Management first

Network blockers

MessageCauseFix
At least one IP (reserved or floating) must be attached.Detaching the last IPAttach a reserved IP first, then detach the other
A "at least one security group" errorRemoving the last security groupAttach a replacement first

Partition validation

See Manage partitions for the full list, including reserved names, the 20-partition limit, and the node-membership rules.


No Action Checks Your Job Queue

This is the most important operational caveat on the page.

Nothing stops you restarting a cluster with jobs running

No action inspects the Slurm queue before it runs. Restart All Workers, Restart Cluster, Scale down and Terminate all proceed with jobs in flight, and those jobs are lost. Only Update Image drains nodes as part of its rolling restart.

Before any disruptive action:

  1. Open the Jobs tab or run squeue.
  2. Let jobs finish, or drain first: scontrol update nodename=<node> state=drain.
  3. Confirm your jobs checkpoint to a PFS or SFS mount so a loss costs minutes, not days.

What each action interrupts

ActionInterrupts jobs?
Update SSH KeysNo
Convert to CommittedNo — billing only, nothing on the cluster changes
Slurm ConfigurationNo — running jobs continue; queued jobs use the new settings
Reconfigure ClusterNo
Scale upNo
Mount / unmount a volumeYes — the nodes restart
Update ImageYes, gracefully — nodes are drained one at a time
Restart Login ServiceOnly shells on the login node; Slurm jobs keep running
Restart All WorkersYes — all running jobs
Restart ClusterYes — all running jobs
Scale downYes — on removed nodes, and remaining workers restart too
Terminate / DeleteYes — everything

Permissions

Actions are gated by your role on Training Clusters in the project.

You needFor
ReadViewing clusters, all tabs, and Connect
UpdateEvery action in the Actions menu except Clone and Delete; partitions; volumes; IPs; security groups; node reboot
CreateClone Cluster — it leads to a create form
DeleteDelete Training Cluster

If the whole Actions menu is missing, or the details page is read-only, you have read access only. Ask a project administrator to review your role in the IAM Panel.


Last updated on September 10, 2026.