bird email dedicated-ips create
Usage
Contoh kode
bird email dedicated-ips create [flags]Description
Create a dedicated IP purchase
Purchase one or more dedicated IPs into an IP pool. The first purchase creates a dedicated pool automatically; later purchases require ip_pool_id. This paid organization-level action can require a wallet top-up.
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
Contoh kode
# print the body shape (no credentials needed)
bird email dedicated-ips create --example
# the body it prints:Contoh kode
{
"ip_pool_id": "ipp_01krdgeqcxet5s7t44vh8rt9mg",
"quantity": 2
}Options
Purchase
| Name | Description |
|---|---|
| --quantity <n> | Number of IPs to provision. Defaults to 1 when omitted. |
| --ip-pool-id | The 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
| Name | Description |
|---|---|
| --body-file | Read the JSON request body from this file; "-" reads stdin |
| --example | Print a complete example request body, then exit |
| --dry-run | Print the resolved request without sending it, then exit |
| --idempotency-key | Deduplication key; a retry with the same key won't act twice |
Options
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
| --confirmation-id | Wait for an existing confirmation of this exact request |
Related
| Name | Description |
|---|---|
| bird email dedicated-ips assign | Assign a dedicated IP to a pool |
| bird email dedicated-ips delete | Delete a dedicated IP |
| bird email dedicated-ips get | Get a dedicated IP |
| bird email dedicated-ips list | List dedicated IPs |
Sumber daya terkait
Lanjutkan dengan dokumentasi, panduan, dan contoh untuk topik ini. Sumber daya tersedia dalam bahasa Inggris.
Tonton panduannyaGetting started with emailJelajahi kemampuannyaEmailIkuti jalur pembelajaranBuild your first integrationPanduan implementasiSend your first email
Coba praktiknya dan dapatkan ringkasan implementasi