Documentation
Sign inGet started

bird email ip-pools create

Usage

कोड उदाहरण
bird email ip-pools create <name> [flags]

Description

Create an IP pool
Create a new org-scoped IP pool with the given name. The pool is visible to every workspace in the organization and ready to use immediately.
Build the request from the <name> argument, a JSON IPPoolCreate body via --body-file ("-" reads stdin), or both — an inline value 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

कोड उदाहरण
# print the body shape (no credentials needed)
bird email ip-pools create --example

# the body it prints:
कोड उदाहरण
{
  "name": "Transactional"
}

Options

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 ip-pools deleteDelete an IP pool
bird email ip-pools getGet an IP pool
bird email ip-pools listList IP pools
bird email ip-pools updateUpdate an IP pool