stopapp

NAME

stopapp - stop an app that is currently running on target

SYNOPSIS

stopapp APP_NAME [TARGET_IP]

DESCRIPTION

    If APP_NAME is currently running on the target at TARGET_IP, stopapp
    will cause the app to cease execution. If APP_NAME is not currently running
    or is not installed, a message to that effect will be printed.
    If the APP_NAME is given as "*" (including the quotes) then all
    apps on the target will be stopped.

ENVIRONMENT

If the TARGET_IP value is not given and the environment variable DEST_IP
is set then DEST_IP will be used as TARGET_IP