List grouped instance-SKU availability
Instance SKUs
List grouped instance-SKU availability
⚠️ This endpoint is in public preview.
Aggregate availability across instance SKUs that match requirements, grouped by the given property keys. Each group exposes a summed total schedule plus a per-SKU breakdown.
GET
List grouped instance-SKU availability
Authorizations
Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Query Parameters
Filter SKUs before grouping. Semicolon-separated key:value[,value...] pairs (e.g. accelerator:H100). Use keys and values from /v2/instance_sku_property_catalog.
Property keys to group by. Repeatable: ?group_by=accelerator. Each key must be a public registry key. Empty group_by → a single aggregate group.
Required string length:
1 - 255Pattern:
[a-zA-Z0-9][a-zA-Z0-9._-]{0,254}