Cluster Management
TensorPool makes it easy to deploy and manage GPU clusters of any size, from single GPUs to large multi-node configurations.Core Commands
Cluster Management
tp cluster create
- Deploy a new GPU clustertp cluster list
- View all your clusterstp cluster info <cluster_id>
- Get detailed information about a clustertp cluster destroy <cluster_id>
- Terminate a cluster
Creating Clusters
Deploy GPU clusters with simple commands. You can create single-node clusters with various GPU configurations, or multi-node clusters for distributed training.Single Node Examples
Multi-Node Clusters
For distributed training workloads, create multi-node clusters:Multi-node support is currently available for 8xH200 and 8xB200 instance types. More instance types will support multi-node configurations soon.
Accessing Your Cluster
Once your cluster is ready, use the TensorPool CLI to connect:Best Practices
- Cluster Naming: Use descriptive names for your clusters to easily identify them
- Cost Management: Destroy clusters when not in use to avoid unnecessary charges
- Monitoring: Regularly check
tp cluster list
to monitor your active resources
Next Steps
- Explore instance types available
- Learn about NFS storage for persistent data
- Read the CLI reference for detailed command options