terminateApp {rsconnect} | R Documentation |
Terminate and archive a currently deployed ShinyApps application.
terminateApp(appName, account = NULL, server = NULL, quiet = FALSE)
appName |
Name of application to terminate |
account |
Account name. If a single account is registered on the system then this parameter can be omitted. |
server |
Server name. Required only if you use the same account name on
multiple servers (see |
quiet |
Request that no status information be printed to the console during the termination. |
This function only works for ShinyApps servers.
applications
, deployApp
, and
restartApp
## Not run: # terminate an application terminateApp("myapp") ## End(Not run)