List virtual GPU clusters
List all virtual GPU clusters in the specified project and region.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
7
Query Parameters
Filter by creation time (UTC), e.g. created_at[gte]=2026-01-01T00:00:00Z.
Filter by flavor (case-insensitive), e.g. flavor[prefix]=g3-, flavor[exact]=g3-ai-32-192-1500-l40s-48-1.
Return only clusters with these IDs, e.g. ids=<id1>&ids=<id2>.
["1aaaab48-10d0-46d9-80cc-85209284ceb4"]Limit of items on a single page
x <= 100010
Filter by name (case-insensitive), e.g. name[contains]=gpu, name[prefix]=prod-.
Offset in results list
x >= 00
Filter by node count, e.g. servers_count[gte]=2, servers_count[gte]=2&servers_count[lt]=8.
Filter by tag key regardless of value, e.g. tag_key[contains]=team.
Filter by tag value regardless of key, e.g. tag_value[prefix]=prod.
Filter by exact tag key-value pairs, e.g. tags[env]=prod&tags[team]=core. Pairs are ANDed; values match case-insensitively.
{ "env": "prod" }Filter by last-change time (UTC), e.g. updated_at[gte]=2026-06-01T00:00:00Z.