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 for8xH200and8xB200instance 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
tp cluster edit
Edit cluster settings.Arguments
cluster_id- The ID of the cluster to edit
Optional Arguments
--name- New name for the cluster--deletion-protection- Enable/disable deletion protection (true/false)
Example
tp cluster attach
Attach a storage volume to a cluster.Arguments
cluster_id- The ID of the cluster to attach storage tostorage_id- The ID of the storage volume to attach
Example
Storage volumes can only be attached to multi-node clusters (2+ nodes).
tp cluster detach
Detach a storage volume from a cluster.Arguments
cluster_id- The ID of the cluster to detach storage fromstorage_id- The ID of the storage volume to detach
Example
Next Steps
- Learn about instance types
- Explore multi-node training
- See cluster management concepts