Removes any root path forwarding configuration.
Arguments
- droplet
The droplet on which to act.
- ...
additional arguments to pass to
analogsea::droplet_ssh().
Examples
if (FALSE) { # \dontrun{
droplet <- analogsea::droplet(123456)
# This function is not yet implemented
do_remove_forward(droplet)
} # }