do_remove_api {plumberDeploy} | R Documentation |
Remove an API from the server
Description
Removes all services and routing rules associated with a particular service. Optionally purges the associated API directory from disk.
Usage
do_remove_api(droplet, path, delete = FALSE, ...)
Arguments
droplet |
The droplet on which to act. It's expected that this droplet
was provisioned using |
path |
The path/name of the plumber service |
delete |
If |
... |
additional arguments to pass to |
Value
The DigitalOcean droplet, but called for side effects
[Package plumberDeploy version 0.2.1 Index]