hs4.admin.plugins.restart
Restart a plugin using admin controls with audit trail and risk classification. Use dry-run to validate before applying.
Instructions
Restart a plugin through admin controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Admin mutation domain; must be 'plugins'. | |
| dryRun | No | If true, validates and simulates action without changing HS4. | |
| intent | No | High-level intent for this operation. | |
| reason | No | Reason/rationale for auditability. | |
| confirm | No | Must be true for mutating operations unless running dry-run. | |
| instance | No | ||
| pluginId | Yes | ||
| riskLevel | No | Risk classification for audit and change-control workflows. | medium |
| changeTicket | No | Required when policy enforces change-ticket gating. | |
| operationTier | No | Privilege tier for this mutation. | operator |
| maintenanceWindowId | No | Required for non-dry-run admin mutations. |