> ## 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 deployment unadopt

<Info>This command is available only if you're authenticated to an Astro Private Cloud installation.</Info>

Release an adopted Deployment back to operator-only management. This command removes the Deployment record from Astro Private Cloud. It doesn't delete the Airflow custom resource, its namespace, or its metadata database.

<Warning>You can't undo this action from the CLI.</Warning>

## Usage

```sh wrap theme={null}
astro deployment unadopt --deployment-id=<deployment-id>
```

## Options

| Option                               | Description                                 | Possible Values         |
| ------------------------------------ | ------------------------------------------- | ----------------------- |
| `-d`, `--deployment-id` (*Required*) | The ID of the adopted Deployment to release | Any valid Deployment ID |

## Examples

```sh wrap theme={null}
astro deployment unadopt --deployment-id=cmrccaqdz0014hy190k24tivc
```

## Related commands

* [`astro deployment adopt`](/docs/cli/v1.44/astro-deployment-adopt)
* [`astro deployment list`](/docs/cli/v1.44/astro-deployment-list)
