> ## 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 workspace delete

<Info>The behavior and format of this command are the same for both Astro and Astro Private Cloud.</Info>

Delete an Astro Workspace.

## Usage

```sh wrap theme={null}
astro workspace delete <workspace-id>
```

You can find a Workspace's ID by running `astro workspace list`. Alternatively, in Astro, you can find a Workspace ID by opening the Workspace and going to **Workspace Settings** > **General** in the Astro UI. If you don't provide a Workspace ID, the CLI prompts you to pick from a list of Workspaces that you belong to in your current Organization.

## Related commands

* [`astro workspace update`](/docs/cli/v1.40/astro-workspace-update)
* [`astro deployment delete`](/docs/cli/v1.40/astro-deployment-delete)
