reserved_ip_create
Create a reserved IP in a specified region, choosing IPv4 or IPv6 and an optional label for identification.
Instructions
Create a new reserved IP in a specific region.
Args: region: The region ID where to reserve the IP (e.g., "ewr", "lax") ctx: FastMCP context for resource change notifications ip_type: Type of IP to reserve - "v4" for IPv4 or "v6" for IPv6 (default: "v4") label: Optional label for the reserved IP
Returns: Created reserved IP information
Example: Create a reserved IPv4 in New Jersey: create(region="ewr", ip_type="v4", label="web-server-ip")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| region | Yes | ||
| ip_type | No | v4 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||