> ## 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 switch

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

Switch the Astro Organization where you're currently working.

## Usage

Run `astro organization switch` to switch between Organizations. In the Astro CLI, you can first run `astro organization list` to see a list of Organizations that you can access and their IDs.

| Option              | Description                                                   | Possible Values                                          |
| ------------------- | ------------------------------------------------------------- | -------------------------------------------------------- |
| `<organization-id>` | Specify the Astro Organization ID that you want to switch to. | Any valid Organization ID                                |
| `--workspace-id`    | Select a Workspace when switching organizations.              | Any valid Workspace ID within the specified Organization |

## Related commands

* [`astro login`](/docs/cli/v1.38/astro-login)
* [`astro organization list`](/docs/cli/v1.38/astro-organization-list)
