Skip to main content
Destroy the current team.

Signature

VastAI.destroy_team() -> dict

Returns

dict

Example

from vastai import VastAI

client = VastAI(api_key="YOUR_API_KEY")
result = client.destroy_team()
print(result)