”I need a 500GB volume for my training dataset. What regions are available?”
The agent checks regions and creates the volume:list_storage_regions— returns available regions with capacitycreate_volume— creates the volume in your chosen region
Available storage regions:After you reply “us-east-1”:Which region do you want? (I’d suggest us-east-1 if your instances are in the US.)
create_volume— createstraining-data(500 GB) in us-east-1
Created volume training-data (500 GB) in us-east-1. Mount it to any instance in the same region from the dashboard or CLI.
”Show me all my volumes and how much storage I’m using.”
The agent lists your storage:list_volumes— returns all volumes with sizes, regions, and status
You have 3 volumes:Total storage: 800 GB. old-experiment has been idle for 2 weeks and is in a different region from your instances. Want me to delete it?
”Delete old-experiment and create a new 1TB volume for my image dataset.”
The agent handles both operations:delete_volume— deletesold-experiment(unused credits refunded)list_storage_regions— confirms region availability for 1TBcreate_volume— createsimage-dataset(1000 GB) in us-east-1
Deleted old-experiment (100 GB) in eu-central-1. Unused time refunded to your balance. Created image-dataset (1,000 GB) in us-east-1. Updated storage summary:Total: 1,700 GB across 3 volumes.
- training-data: 500 GB (us-east-1)
- model-checkpoints: 200 GB (us-east-1)
- image-dataset: 1,000 GB (us-east-1)