Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
VastAI.list_volume( id: int, price_disk: float = 0.1, end_date: Optional[str] = None, size: int = 15 ) -> str
str
from vastai import VastAI client = VastAI(api_key="YOUR_API_KEY") result = client.list_volume(id=12345) print(result)