DeleteLbRequest: {
    lbId: string;
    region?: Region;
    releaseIp: boolean;
}

Type declaration

  • lbId: string

    ID of the Load Balancer to delete.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • releaseIp: boolean

    Defines whether the Load Balancer's flexible IP should be deleted. Set to true to release the flexible IP, or false to keep it available in your account for future Load Balancers.