Signature
Parameters
int
required
id of workergroup to update workers for
bool
cancel an in-progress update for the workergroup
Returns
dict
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
VastAI.update_workers(
id: int,
cancel: bool = False
) -> dict
dict
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.update_workers(id=12345)
print(result)