Documentation
Sign inGet started

bird email ip-pools

Usage

Przykład kodu
bird email ip-pools

Description

Inspect and manage the IP pools available to your organization and the dedicated IPs assigned to each. Use the reserved id "ipp_shared" for the shared pool.
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.

Procedure

Delete an IP pool
Remove an empty IP pool. A pool that still holds dedicated IPs (even one cancelling) can't be deleted; move or cancel its IPs first.
Requires: The pool must hold no dedicated IPs.
  1. bird email ip-pools delete — Deletes the now-empty pool.

Commands

NameDescription
createCreate an IP pool
deleteDelete an IP pool
getGet an IP pool
listList IP pools
updateUpdate an IP pool