Signature
Parameters
int
required
ID of instance to start/restart
Returns
dict
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
VastAI.start_instance(
id: int
) -> dict
dict
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.start_instance(id=12345)
print(result)