Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 503 Bytes

uninstall-packages.md

File metadata and controls

24 lines (18 loc) · 503 Bytes

uninstall-packages

What it does

Uninstalls a list of specific packages onto device using package manager (apt-get, brew, etc)

Details

To execute this job, use the following JSON as an example:

{
    "operation": "uninstall-packages",
    "packages": [
        {
            "name": "jq"
        }
    ]
}

The operation key must have a value of 'uninstall-packages'.

Each file object in the packages array must have:

  • a name key - the name of the package to be uninstalled