Uninstall a program
action1_uninstall_programUninstall software from managed endpoints using a configurable template. Preview changes with dry run before confirming execution.
Instructions
Uninstall software via the uninstall_program template. Use action1_get_action_template for the params schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Friendly action name. | |
| org_id | No | Org UUID. | |
| params | Yes | Template params for uninstall_program. | |
| confirm | No | Required to execute. Exact string "YES". | |
| dry_run | No | Default true (preview). Set false to execute. | |
| endpoint_id | Yes | Endpoint UUID, or Group ID when target_type='EndpointGroup'. | |
| target_type | No | Endpoint (default) or EndpointGroup for fan-out. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||