Command Palette
Search for a command to run

List catalog

Browse available instance types with pricing across all cloud providers

GET
/auth/v1/seed/catalog

Query parameters


cloud
type: string
Filter by cloud provider. One of `aws`, `azure`, `gcp`.
region
type: string
Filter by region (e.g., `us-east-1`, `westus2`, `europe-west1`).
gpu
type: string
Filter by GPU type (e.g., `A100`, `H100`, `L4`, `T4`).
min_cpus
type: integer
Minimum number of vCPUs.
min_memory
type: number
Minimum memory in gigabytes.
spot
type: boolean
Filter by spot/preemptible availability. If `true`, only return instances with spot pricing.
page
type: integer
Page number for pagination.
default: 1
per_page
type: integer
Number of results per page. Maximum `100`.
default: 20

Previous Delete a cron job

Next Find instances