end_resource_maintenance
Take a resource out of maintenance so Aria resumes alerting and data collection. Preview by default; confirm to execute.
Instructions
[WRITE] Take one resource out of maintenance so Aria resumes alerting on it and collecting its data.
Refuses only a resource known not to be in maintenance (an adapter reports a state such as STARTED or STOPPED — nothing to end). When the state is unknown (unreadable, or reported as UNKNOWN / NONE) it proceeds and before.in_maintenance is null. Returns the state before and after, confirmed (true / false / null when unknown) and a note. Default confirmed=False returns a preview without connecting. Undo: start_resource_maintenance (re-enters as manual maintenance), recorded only when the resource was known to be in maintenance before.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Aria target name from config; default when omitted. | |
| confirmed | No | Must be True to actually end maintenance. Default False = preview only. | |
| resource_id | Yes | Resource UUID from list_resources (not the resource name). |