> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro organization team update

<Info>
  This command is only available on Astro.
</Info>

Update a Team in your Organization.

## Usage

```sh wrap theme={null}
astro organization team update <flags>
```

## Options

| Option          | Description                                                             | Valid Values                                                                                       |
| --------------- | ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `<team-id>`     | The ID for the Team you want to update.                                 | A valid Team ID.                                                                                   |
| `--name`        | The Team's name.                                                        | String surrounded by quotation marks.                                                              |
| `--description` | A description for the Team.                                             | String surrounded by quotation marks.                                                              |
| `-f`, `--force` | Skip the confirmation prompt for Identity Provider (IdP)-managed teams. | None                                                                                               |
| `-r`, `--role`  | The new role for the team.                                              | Possible values are `ORGANIZATION_MEMBER`, `ORGANIZATION_BILLING_ADMIN`, and `ORGANIZATION_OWNER`. |

## Related commands

* [`astro organization user update`](/docs/cli/v1.41/astro-organization-user-update)
* [`astro workspace user add`](/docs/cli/v1.41/astro-workspace-user-add)
