# `bird email dedicated-ips`

## Usage

```bash
bird email dedicated-ips
```

## Description

Inspect and manage the dedicated IPs available to your organization, including
their status, warmup progress, and pool assignment.

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                   |
| ---------------------------------------------------------- | ----------------------------- |
| [`assign`](/docs/cli/reference/email-dedicated-ips-assign) | Move a dedicated IP to a pool |
| [`create`](/docs/cli/reference/email-dedicated-ips-create) | Purchase a dedicated IP       |
| [`delete`](/docs/cli/reference/email-dedicated-ips-delete) | Cancel a dedicated IP         |
| [`get`](/docs/cli/reference/email-dedicated-ips-get)       | Get a dedicated IP            |
| [`list`](/docs/cli/reference/email-dedicated-ips-list)     | List dedicated IPs            |