Access cluster details
To view and manage an existing cluster, open the cluster details page.- In the Gcore Customer Portal, navigate to GPU Cloud.
- In the sidebar, expand GPU Clusters and select Bare Metal GPU Clusters.
- Click on a cluster name to open the details page.
| Field | Description |
|---|---|
| Cluster ID | Unique identifier for the cluster |
| Pkey ID | InfiniBand Partition Key ID. Displayed as ”-” if InfiniBand is not configured or during cluster provisioning |
| OS Distro | Operating system image installed on all nodes |
| Status | Current cluster state |
| Region | Data center location |
| Plan | Monthly pricing plan for the cluster |

View cluster nodes
The Overview tab lists all nodes (servers) in the cluster. Each node entry shows the node name, flavor, assigned IP addresses, status, timestamps, cost, and other metadata. The table supports filtering by name, date range, and status.All nodes in a cluster share the same configuration (image, network settings, file shares) defined at cluster creation.
Resize a cluster
Cluster size can be adjusted after creation by adding or removing nodes. To resize a cluster:- On the Overview tab, click Resize Cluster.
- Adjust the instance count using the + and - buttons.
- Click Resize.

While a cluster is in the Resizing state, most management actions are unavailable.
Delete a specific node
To remove a specific node without random selection:- Locate the node in the cluster list.
- Click the actions menu (three dots) on the node row.
- Select Delete.
- Confirm the deletion.
Power actions
Power actions control the running state of cluster nodes. Actions can be applied to individual nodes or in bulk.Individual node actions
To control a single node:- Locate the node in the cluster list.
- Click the actions menu (three dots) on the node row.
- Select the desired action:
- Power on: Start the node
- Power off: Shut down the node
- Soft reboot: Graceful restart of the operating system
- Hard reboot: If soft reboot fails, force restart the node
- Rebuild: Reinstall the original operating system image used at cluster creation. All data on local storage is deleted.

Bulk actions
To apply actions to multiple nodes simultaneously:- Select nodes using the checkboxes in the nodes table.
- Click Group actions in the toolbar.
- Select the action to apply to all selected nodes.

Network interfaces
The Networking tab displays network interfaces for each node. Click on a node name to expand its interface details. Interface types include:| Type | Description |
|---|---|
| Public | External IP address for internet access |
| Private | Internal network for communication with other cloud resources |
| InfiniBand | High-speed, low-latency inter-node network for GPU-to-GPU communication |


Modify network interfaces
To add network interfaces on a specific node:- Navigate to the Networking tab.
- Click on a node to expand its details.
- Click Add Interface or Add Sub-Interface.
- Configure the interface type (public or private) and IP allocation settings as supported by the service.
InfiniBand interfaces are managed automatically and cannot be modified or deleted. This prevents accidental disruption of inter-node communication.
Console access
For troubleshooting or when SSH access is unavailable, use the browser-based console.- In the Overview tab, locate the node you want to access.
- Click Open Console in the node row.
- The console opens in a new browser tab using noVNC.
- Log in using the same credentials as for SSH access.

Tags
Tags are key-value pairs used to organize and categorize clusters. Tags are applied at the cluster level and inherited by all nodes. To manage tags:- Navigate to the Tags tab on the cluster details page.
- Enable the Add custom tags checkbox.
- Enter the key and value for each tag.
- Click Save changes.

Tags can be modified even while the cluster is in the Resizing state, unlike most other management actions.
User actions
The User Actions tab displays a log of all operations performed on the cluster, including creation, deletion, resize, power, and network actions. Use the date and action type filters to narrow results. This log is useful for auditing and troubleshooting.
Delete a cluster
When a cluster is deleted, local NVMe storage is permanently erased; file shares and object storage remain intact. To delete a cluster:- Navigate to the Delete tab on the cluster details page.
- Click Delete Cluster.
- Confirm the deletion.

Limitations
Current limitations for cluster management:- Provisioning time: Bare Metal GPU servers, especially H100 configurations, may take 15-40 minutes to provision due to hardware preparation.
- Configuration immutability: Cluster-level configuration is fixed at creation time. Image, file share integration, and network settings cannot be changed after cluster creation.
- Node-level settings: Only network interfaces can be modified on individual nodes. Image and storage cannot be changed.
- Resize behavior: Scaling down removes a random node. Use per-node delete for targeted removal.
- State-based restrictions: Management actions are restricted while the cluster is in transitional states (for example, Resizing).