Skip to main content
Create a new team.

Signature

VastAI.create_team(
    team_name: str
) -> dict

Parameters

team_name
str
required
name of the team

Returns

dict

Example

from vastai import VastAI

client = VastAI(api_key="YOUR_API_KEY")
result = client.create_team(team_name="value")
print(result)