Skip to main content
Unlist a network volume offer.

Signature

VastAI.unlist_network_volume(id: int) -> str

Parameters

id
int
required
id

Returns

str — Result from the API call.

Example

from vastai import VastAI

client = VastAI(api_key="YOUR_API_KEY")
result = client.unlist_network_volume(id=12345)
print(result)