Signature
Parameters
int
required
id of instance type to change bid
Optional[float]
per machine bid price in $/hour
Returns
dict
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
VastAI.change_bid(
id: int,
price: Optional[float] = None
) -> dict
dict
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.change_bid(id=12345)
print(result)