Access cluster details
To view and manage an existing cluster, open the cluster details page.- In the Gcore Customer Portal, navigate to GPU Cloud.
- Select Sines-3 region.
- In the sidebar, expand GPU Clusters and select Virtual GPU Clusters.
- Click on a cluster name to open the details page.

Manage cluster power state
Virtual GPU clusters support power management operations at the cluster level. Unlike Bare Metal clusters, powering off a Virtual GPU cluster releases compute resources (shelving), which stops billing but also removes data from local disks.
Power off (shelve) a cluster
Powering off a Virtual GPU cluster shelves all nodes. Shelving releases CPU, RAM, GPU, and local disk resources. No charges apply while nodes are shelved.- In the cluster list or cluster details page, locate the cluster.
- Click the Power Off action.
- Confirm the operation.
Power on a cluster
Powering on a shelved cluster attempts to allocate resources for all nodes.- In the cluster list or cluster details page, locate the powered-off cluster.
- Click the Power On action.
Manage node disks
After cluster creation, disks can be managed individually for each node. This allows adding storage to specific nodes or removing unused disks.Add a disk to a node
- Navigate to the cluster details page.
- Open the Volumes tab.
- Select the node to attach a disk to.
- Click Add Volume and configure the disk type and size.
- Click Create to attach the new disk.

Remove a disk from a node
- Navigate to the cluster details page.
- Open the Volumes tab.
- Locate the disk to remove and click the detach action.
- Confirm the operation.
Manage network interfaces
After cluster creation, network interfaces can be managed individually for each node through the Networking tab on the cluster details page.Add an interface to a node
- Navigate to the cluster details page.
- Open the Networking tab.
- Click on a node to expand its details.
- Click Add Interface.
- Configure the Network type (Public, Private, or Dedicated public) and IP allocation settings.

Remove an interface from a node
- Navigate to the cluster details page.
- Open the Networking tab.
- Click on a node to expand its details.
- Locate the interface to remove and click the delete action.
- Confirm the operation.
InfoInfiniBand interfaces cannot be removed or modified. They are managed automatically to ensure inter-node communication.
Delete a cluster
When deleting a Virtual GPU cluster, disks attached to nodes can optionally be preserved.
- In the cluster list or cluster details page, click Delete.
- In the confirmation dialog:
- To delete all disks along with the cluster, leave the Delete disks checkbox selected.
- To preserve disks for later use, clear the Delete disks checkbox.
- Confirm the deletion.
InfoPreserved disks remain in the account and continue to incur storage charges. They can be attached to other instances or clusters.
Automating cluster management
The Gcore Customer Portal is suitable for managing individual clusters. For automated workflows—such as CI/CD pipelines, infrastructure-as-code, or batch provisioning—use the GPU Virtual API. The API allows:- Starting, stopping, and rebooting clusters
- Managing volumes attached to cluster servers
- Deleting clusters programmatically