create_ipv4
Add a new IPv4 address to a Vultr cloud instance, with optional reboot control for network configuration updates.
Instructions
Create a new IPv4 address for an instance.
Args: instance_id: The instance ID, label, or hostname (e.g., "web-server", "db.example.com", or UUID) reboot: Whether to reboot the instance (default: True)
Returns: Created IPv4 information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| reboot | No |