--- title: Actions sidebar_label: Actions --- Manage your Private Cluster and control how GPUs are distributed across projects through these available actions. ## Manage Project Allocations The **Project Allocations** view gives a high-level overview of how GPU nodes are distributed across all projects in the cluster. You can view: - Cluster name and plan - Total node count - GPU, CPU, and RAM configuration per node - Node distribution across projects ## Project Allocation Assign and manage GPU nodes within a specific project. Within this section, you can: - Allocate nodes to a project - Remove nodes from a project - View services running on project nodes: - Instances (Nodes) - Inference Endpoints - Training Clusters - Vector Databases ### Add Nodes to a Project 1. Locate the project in the **Project Allocation** list. 2. Open the **Actions** menu. 3. Select **Add Nodes**. 4. Specify the node count. 5. Confirm the action. ### Remove Nodes from a Project 1. Locate the project in the **Project Allocation** list. 2. Open the **Actions** menu. 3. Select **Remove Nodes**. 4. Specify the node count. 5. Confirm the action. :::tip Note Node removal is permitted only if you have update permissions for the corresponding project. ::: ## Cluster Nodes The **Cluster Nodes** view provides visibility into the status of every individual node in the cluster. You can: - View node status (**Free**, **Allocated**, **Occupied**) - Monitor disk and memory usage per node - See which services are deployed on each node - Allocate or deallocate nodes directly from this view ### Allocate a Node to a Project 1. Go to **Cluster Nodes**. 2. Open the **Actions** menu for a **Free** node. 3. Select **Allocate Node**. 4. Choose the **Project**. 5. Confirm allocation. ### Deallocate a Node from a Project 1. Locate the **Allocated** node in the **Cluster Nodes** list. 2. Open the **Actions** menu. 3. Select **Deallocate Node**. 4. Confirm the action. :::warning Occupied nodes cannot be deallocated. Stop or delete the running workload first. ::: ## Cluster-Level Actions The cluster-level **Actions** menu allows administrators to perform operations on the entire cluster. ### Update Configuration Modify cluster-level settings: - Rename the cluster - Increase the total node count :::tip Note For committed clusters, newly added nodes are billed at **hourly** rates. ::: ### Allocate Nodes to Project Perform bulk allocation of available nodes to a specific project from the cluster overview. ### Delete Private Cluster Permanently delete the Private Cluster and release all reserved GPU capacity. **Before deleting:** 1. Ensure all running workloads inside the cluster are stopped. 2. Deallocate all nodes from their projects. 3. Confirm that all nodes show a **Free** status. :::danger Permanent Action Deleting a Private Cluster is irreversible and immediately releases all reserved GPU capacity. This action cannot be undone. ::: ---