- cURL
- Python SDK
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
provider | string | Yes | Cloud provider (“gravix”, “aws”, “gcp”) |
region | string | Yes | Cloud region (e.g., “us-east-1”) |
template | string | No | Template to use (default: “python-base-v1”) |
timeout | integer | No | Timeout in seconds (default: 300, max: 3600) |
env_vars | object | No | Environment variables |
metadata | object | No | Custom metadata tags |
Response
Available Templates
python-base-v1- Python 3.11 with data science librariesjavascript-base-v1- Node.js 20 LTS with popular packages

