Start a stopped instance.
Signature
VastAI.start_instance(
id: int
) -> dict
Parameters
ID of instance to start/restart
Returns
dict
Example
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.start_instance(id=12345)
print(result)