ZonedApiDeleteLbRequest: {
    lbId: string;
    releaseIp: boolean;
    zone?: Zone;
}

Type declaration

  • lbId: string

    ID of the Load Balancer to delete.

  • 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.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.