CLI Overview
The TensorPool CLI (tp
) is a command-line interface for managing your GPU clusters, storage, and other resources.
Installation
Install the CLI using pip:Configuration
Set your API key as an environment variable:Get your API key from the dashboard
Command Structure
The CLI is organized into several command groups:tp cluster
- Manage GPU clusterstp nfs
- Manage NFS storage volumestp ssh
- Manage SSH keystp job
- Manage training jobstp me
- View account information
Common Options
Most commands support the following options:--help
- Show help for a command--org
/--organization
- Operate on organization resources (where applicable)