powered by
Restart an application currently running on a remote server.
restartApp(appName, account = NULL, server = NULL, quiet = FALSE)
Name of application to restart
Account name. If a single account is registered on the system then this parameter can be omitted.
Server name. Required only if you use the same account name on multiple servers (see servers())
servers()
Request that no status information be printed to the console during the operation.
applications(), deployApp(), and terminateApp()
applications()
deployApp()
terminateApp()
if (FALSE) { # restart an application restartApp("myapp") }
Run the code above in your browser using DataLab