dhis2_clear_audit_log
Clear DHIS2 audit logs to manage system performance and storage. Requires confirmation to ensure safe deletion of log data.
Instructions
Clear the audit log (requires confirmation)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirmed | No | Set to true to confirm clearing the audit log |
Input Schema (JSON Schema)
{
"properties": {
"confirmed": {
"description": "Set to true to confirm clearing the audit log",
"type": "boolean"
}
},
"type": "object"
}