Documentation
Sign inGet started

bird email dedicated-ips create

Usage

Code example
bird email dedicated-ips create [flags]

Description

Purchase a dedicated IP
Purchase one or more dedicated IPs into an IP pool. Set quantity to the number of IPs; ip_pool_id is required once the organization has pools, and is created automatically on the first purchase. This is a paid, org-level action. Returns the purchase result, or a top-up-required result when the wallet balance is insufficient.
Build the request from flags, a JSON DedicatedIPCreate body via --body-file ("-" reads stdin), or both — a flag overrides the matching body field. Run --example to print a ready-to-edit body, or --dry-run to print the resolved request without sending it.

Examples

Code example
# print the body shape (no credentials needed)
bird email dedicated-ips create --example

# the body it prints:
Code example
{
  "ip_pool_id": "ipp_01krdgeqcxet5s7t44vh8rt9mg",
  "quantity": 2
}

Options

Purchase

NameDescription
--quantity <n>Number of IPs to provision. Defaults to 1 when omitted.
--ip-pool-idThe pool to provision the new IPs into. Required when the organization already has IP pools; omit it on the first purchase to create one automatically.

Request

NameDescription
--body-fileRead the JSON request body from this file; "-" reads stdin
--examplePrint a complete example request body, then exit
--dry-runPrint the resolved request without sending it, then exit
--idempotency-keyDeduplication key; a retry with the same key won't act twice

Options

NameDescription
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird email dedicated-ips assignMove a dedicated IP to a pool
bird email dedicated-ips deleteCancel a dedicated IP
bird email dedicated-ips getGet a dedicated IP
bird email dedicated-ips listList dedicated IPs