Command Palette
Search for a command to run

Find instances

Find instances that match specific resource requirements

POST
/auth/v1/seed/catalog/find

Body parameters


cloud
type: string
Cloud provider. One of `aws`, `azure`, `gcp`. If omitted, searches all providers.
region
type: string
Target region. If omitted, searches all regions.
cpus
type: string
CPU requirement. Use an exact value like `"4"` or a minimum like `"4+"`.
memory
type: string
Memory requirement in GB (e.g., `"16"` or `"16+"`).
gpu
type: string
GPU type (e.g., `A100`, `H100`, `L4`).
gpu_count
type: integer
Number of GPUs required.
spot
type: boolean
If `true`, only return instances with spot pricing available.
max_cost
type: number
Maximum hourly cost in USD. Only instances at or below this price are returned.

Previous List catalog

Next Estimate cost