Cluster Commands
Manage your GPU clusters with thetp cluster
command group.
tp cluster create
Deploy a new GPU cluster.Required Arguments
-i, --public-key
- Path to your public SSH key (e.g.,~/.ssh/id_ed25519.pub
)-t, --instance-type
- Instance type to deploy (see Instance Types)
Optional Arguments
--name
- Custom cluster name-n, --num-nodes
- Number of nodes (only supported for8xH200
and8xB200
instance types)
Examples
tp cluster list
View all your clusters.Optional Arguments
--org, --organization
- List all clusters in your organization
Example
tp cluster info
Get detailed information about a specific cluster.Arguments
cluster_id
- The ID of the cluster to inspect
Example
tp cluster destroy
Terminate and delete a cluster.Arguments
cluster_id
- The ID of the cluster to destroy
Example
This action is irreversible. Make sure to back up any important data before destroying a cluster.
Next Steps
- Learn about instance types
- Explore multi-node training
- See cluster management concepts