List all servers in a bare metal GPU cluster. Results can be filtered and paginated.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
7
Cluster unique identifier
"1aaaab48-10d0-46d9-80cc-85209284ceb4"
Filters the results to include only servers whose last change timestamp is less than the specified datetime. Format: ISO 8601.
"2025-10-01T12:00:00Z"
Filters the results to include only servers whose last change timestamp is greater than or equal to the specified datetime. Format: ISO 8601.
"2025-10-01T12:00:00Z"
Filter servers by ip address.
"237.84.2.178"
Limit of items on a single page
0 < x <= 1000
10
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
x >= 0
0
Order field
created_at.asc
, created_at.desc
, status.asc
, status.desc
Filters servers by status.
ACTIVE
, BUILD
, ERROR
, HARD_REBOOT
, MIGRATING
, PAUSED
, REBOOT
, REBUILD
, RESIZE
, REVERT_RESIZE
, SHELVED
, SHELVED_OFFLOADED
, SHUTOFF
, SOFT_DELETED
, SUSPENDED
, VERIFY_RESIZE
Filter servers by uuid.
OK
The response is of type object
.