v1
latestOpenAPI 3.1.02026-07-13897404.3 KBServerless
show workergroup
Retrieves the list of workergroups associated with the authenticated user.
CLI Usage: vastai show workergroups
get/api/v0/workergroups/
Response
Success response
Example response
{
"success": true,
"results": [
{
"id": 123,
"min_load": 1,
"target_util": 0.9,
"cold_mult": 3,
"test_workers": 3,
"template_hash": "abc123def456",
"template_id": 456,
"launch_args": "--env VAR=value",
"gpu_ram": 24,
"endpoint_name": "my_endpoint",
"endpoint_id": 789,
"api_key": "your_api_key_here",
"created_at": "2023-10-01T12:00:00Z",
"user_id": 456
}
]
}