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