# `bird organization workspaces`

## Usage

```bash
bird organization workspaces
```

## Description

Manage the workspaces in the organization: list them, read one, create a
workspace, update its name, or delete it.

Reads return JSON; list is paginated. Mutations take flags and/or a --body-file JSON body (flags overriding); run --example to print the body shape or --dry-run to preview the request. Destructive commands require --yes.

## Commands

| Name                                                           | Description                            |
| -------------------------------------------------------------- | -------------------------------------- |
| [`create`](/docs/cli/reference/organization-workspaces-create) | Create a workspace                     |
| [`delete`](/docs/cli/reference/organization-workspaces-delete) | Delete a workspace in the organization |
| [`get`](/docs/cli/reference/organization-workspaces-get)       | Get a workspace in the organization    |
| [`list`](/docs/cli/reference/organization-workspaces-list)     | List workspaces                        |
| [`update`](/docs/cli/reference/organization-workspaces-update) | Update a workspace in the organization |