delete_local_webservice: Delete a local web service from the local machine
Description
Delete a local web service from the local machine. This function call
is not asynchronous; it runs until the service is deleted.
Usage
delete_local_webservice(webservice, delete_cache = TRUE, delete_image = FALSE)
Arguments
webservice
The LocalWebservice
object.
delete_cache
If TRUE
, delete the temporary files cached for
the service.
delete_image
If TRUE
, delete the service's Docker image.