winops_evtlog_clear
Clear all events from a Windows Event Log channel, such as Application or System. Requires administrative privileges.
Instructions
Clear all events from a Windows Event Log channel. Requires Administrator.
Return Format
{"success": bool, "cleared_log": str}Examples
clear(log_name="Application")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_name | Yes | Log channel to clear. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||