Before you start, ensure that you have API Key with
Instances -> Read and write permissionChecking GPU Availability
First, check available GPU configurations:Creating an Instance
Create a new instance interactively:Available Options
Short ID from availability list
Cloud ID from provider
GPU model (e.g., H100_80GB, A100)
Number of GPUs required
Instance name (alphanumeric and dashes only)
Storage size in GB
Number of virtual CPUs
RAM in GB
Operating system image
Team identifier for the instance
Environment Variable in form
KEY=value - this can be used multiple timesAttach existing disk IDs to the instance. Can be specified multiple times for multiple disks.
- Example:
--disks disk-id-1 --disks disk-id-2
Interactive Creation Process
If options are not provided, the CLI will guide you through:- GPU Selection
- Configuration Options
- Resource Allocation
- Image Selection
- Team Assignment
The CLI will show default values and valid ranges for resources like disk size, vCPUs, and memory based on the selected GPU configuration.
Using Custom Templates
To use a custom environment:- Select a template from the Templates Page
- Create instance with template:
Attaching Persistent Disks
To attach existing persistent disks to your instance:- Accessing shared datasets across multiple instances
- Persisting model checkpoints and training artifacts
- Resuming training from previous sessions
Managing Your Instance
Monitor instance status:You’ll be prompted to confirm before termination.