List virtual GPU cluster servers
List all servers in a virtual GPU cluster.
Path parameters
Project ID
Project ID
Region ID
Region ID
Cluster unique identifier
Cluster unique identifier
Query parameters
Filters the results to include only servers whose last change timestamp is less than the specified datetime. Format: ISO 8601.
Filters the results to include only servers whose last change timestamp is less than the specified datetime. Format: ISO 8601.
Filters the results to include only servers whose last change timestamp is greater than or equal to the specified datetime. Format: ISO 8601.
Filters the results to include only servers whose last change timestamp is greater than or equal to the specified datetime. Format: ISO 8601.
Filter servers by ip address.
Filter servers by ip address.
Limit of items on a single page
Limit of items on a single page
Filter servers by name. You can provide a full or partial name, servers with matching names will be returned. For example, entering 'test' will return all servers that contain 'test' in their name.
Filter servers by name. You can provide a full or partial name, servers with matching names will be returned. For example, entering 'test' will return all servers that contain 'test' in their name.
Offset in results list
Offset in results list
Order field
Filters servers by status.
Filter servers by uuid.
Filter servers by uuid.
Response
OK
Example response
{
"count": 1,
"results": [
{
"created_at": "2025-03-17T13:22:23Z",
"flavor": "g3-ai-64-384-3000-l40s-48-2",
"id": "b6e58490-58d3-451c-bb77-4178157c98b2",
"image_id": "ded40aad-505c-463b-aa59-8f5f455d1b6f",
"ip_addresses": [
"192.168.1.1"
],
"name": "my-server-e2241889",
"security_groups": [
{
"id": "ae74714c-c380-48b4-87f8-758d656cdad6",
"name": "default"
}
],
"ssh_key_name": "ded40aad-505c-463b-aa59-8f5f455d1b6f",
"tags": [
{
"key": "task_id",
"read_only": true,
"value": "d74c2bb9-cea7-4b23-a009-2f13518ae66d"
}
],
"task_id": "ded40aad-505c-463b-aa59-8f5f455d1b6f",
"updated_at": "2025-03-17T13:22:23Z"
}
]
}