VastAI.start_instance(id: int) -> str
str
from vastai import VastAI client = VastAI(api_key="YOUR_API_KEY") result = client.start_instance(id=12345) print(result)