# Creates a warmup plan for an IP Address

Creates a new warmup plan for an IP address. The IP must be dedicated and owned by the account.

Endpoint: POST /v3/ip_warmups/{addr}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `addr` (string, required)
    The IP address to create the warmup plan for.

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message


