Vultr DocsLatest Content


Create

Updated on 15 September, 2025

Creates a new forwarding rule for a load balancer that directs traffic from frontend to backend servers based on specified protocols and ports.


Creates a new forwarding rule for a Vultr load balancer, defining how traffic is directed from the frontend to backend servers based on specified protocols and ports.

Usage

console
$ vultr-cli load-balancer forwarding create <Load Balancer ID> [flags]

Flags

| Shorthand | Long Version | Description | |-----------|--------------|-------------| | - | --backend-port | the port number destination on the backend server. | | - | --backend-protocol | the protocol destination on the backend server. | HTTP, HTTPS, TCP | | - | --frontend-port | the port number on the Load Balancer to forward to the backend. | | - | --frontend-protocol | the protocol on the Load Balancer to forward to the backend. | HTTP, HTTPS, TCP |

Comments

No comments yet.