VastAI.destroy_team() -> str
str
from vastai import VastAI client = VastAI(api_key="YOUR_API_KEY") result = client.destroy_team() print(result)