Unlist a volume offer.
Signature
VastAI.unlist_volume(
id: int
) -> dict
Parameters
volume ID you want to unlist
Returns
dict
Example
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.unlist_volume(id=12345)
print(result)