deploy_spot_instance
Deploy GPU spot instances on Verda Cloud with customizable GPU types, counts, volumes, and startup scripts for cost-effective computing workloads.
Instructions
Deploy a new spot GPU instance.
Args: gpu_type: GPU type (default from config, e.g., "B300"). gpu_count: Number of GPUs (default from config, e.g., 1, 2, 4, 8). volume_id: Block volume ID to attach (default from config). script_id: Startup script ID (default from config). hostname: Instance hostname (auto-generated if not provided). image: OS image (default from config). wait_for_ready: If True, wait for instance to be ready (default: True).
Returns: Instance details and SSH connection info when ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu_type | No | ||
| gpu_count | No | ||
| volume_id | No | ||
| script_id | No | ||
| hostname | No | ||
| image | No | ||
| wait_for_ready | No |