4.3.2.9. Removing Your Software from the Target Machine

Use the devtool undeploy-target command to remove deployed build output from the target machine. For the devtool undeploy-target command to work, you must have previously used the devtool deploy-target command.

     $ devtool undeploy-target recipe target
                

The target is the address of the target machine, which must be running an SSH server (i.e. user@hostname).

Note

For complete syntax, use the devtool undeploy-target --help command.