Manage Vultr virtual machine instances through the command line with commands for creating, listing, modifying, and deleting cloud servers.
The vultr-cli instance
command manages Vultr virtual machine instances, allowing you to create, list, modify, and delete cloud servers through the command line interface.
$ vultr-cli instance
# Full example
$ vultr-cli instance
Assigns a new IPv4 address to an existing Vultr instance to enhance network connectivity
Permanently removes a specified IPv4 address from a Vultr instance, revoking all access to that IP address.
Displays all IPv4 addresses for a specified Vultr instance with their network configuration details.
Resets an instances IPv4 reverse DNS record to Vultrs default hostname format.
Removes a reverse DNS record for an IPv6 address from a Vultr instance, reverting to default DNS settings.
Displays all configured reverse DNS records for IPv6 addresses associated with a specific Vultr instance.
Configure reverse DNS (PTR record) for an IPv4 address on a Vultr instance to enable proper reverse IP lookups.
Attaches an existing Vultr instance to a VPC 2.0 network to enable private network connectivity between resources.
Disconnects a server instance from a VPC 2.0 network by removing the network interface.
Lists all VPC 2.0 networks attached to a specific Vultr instance with their connection details and network information.