# Teams

Remove teams, added by [`vela enable teams`](/enable/teams).

### Syntax

```
$ vela disable teams
```

### Options

- `-y, --yes` - Skip the confirmation prompt

### What it removes

The team collections, and every record in them:

```
teams
team_users
team_memberships
team_invites
team_invite_links
```

The generated team routes are deleted as well, and the team switcher, the Teams nav item, and the team props and loader are taken back out of `app-sidebar.svelte`, `nav-user.svelte` and the `(app)` layout.