# Add IP to Dynamic IP Pool

Adds a given IP to a Dynamic IP Pool. The IP must be dedicated and belong to the account.

Endpoint: POST /v3/dynamic_pools/{pool_name}/{ip}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `pool_name` (string, required)
    The name of the Dynamic IP Pool to add the IP to (ex: dynamic_good, dynamic_poor, etc.)

  - `ip` (string, required)
    The ip to add to the given Dynamic IP Pool


