v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Team

destroy team

Deletes a team and all associated data including API keys, rights, invitations, memberships and metadata. The team owner's master API key is converted to a normal client key.

CLI Usage: vastai destroy team

delete/api/v0/team/

Response

Team successfully deleted

successboolean
msgstring
pkey_idinteger

ID of the user's team API key which was converted back to a client key.

Example response

{
  "success": true,
  "msg": "Team Successfully Deleted!",
  "pkey_id": 12345
}