Main Content

removeApplicationPackage

Remove application package from selected target computer

Since R2022b

    Description

    example

    removeApplicationPackage(tg, appName) removes the specified application and its artifacts from the target.

    Examples

    collapse all

    Remove the deployed application package myApplication from the target.

    tg.removeApplicationPackage('myApplication');

    Input Arguments

    collapse all

    Object represents a target computer. Use the object to establish the connection with Linux target, to deploy the applications on Linux target, and perform several other actions.

    Example: myTargetHandle

    Specify the application name to remove the application package.

    Example: myApplication

    Version History

    Introduced in R2022b