scf_update_team
Update a team's name, description, functions, or active status. Archive a team by setting is_active=false, preserving the row.
Instructions
Update a team's name, description, function alignment or active flag (write — admin role). Set is_active=false to archive; the row is never deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New team name | |
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| team_id | Yes | Team UUID — obtain from scf_list_teams | |
| is_active | No | false archives the team | |
| description | No | New description | |
| function_id | No | New primary business function — obtain from scf_list_functions | |
| function_ids | No | Replacement set of additional functions the team serves |