Efficiently manage your Clusters using the Tensor One CLI. This guide covers how to start Clusters (individually or in bulk), stop or schedule a stop, terminate Clusters, and list all active Clusters.
Start a Cluster
To start a single Cluster, run:Start Multiple Clusters (Bulk Start)
Start multiple Clusters simultaneously with:bash
command on each one.
Stop a Cluster
To stop a single Cluster:Stop a Cluster After a Set Duration
To automatically stop a Cluster after a specific amount of time (e.g., 2 hours):sleep 2h
waits for 2 hours&
runs the stop command in the background
Terminate a Cluster
Warning: Terminating a Cluster permanently deletes all data not stored on a network volume. Ensure you back up anything critical. Terminate a single Cluster with:List Active Clusters
To list all active Clusters:tensoronecli
.