actiond_server_restart
Restart the ActionD server daemon to apply server-level changes. Requires ACTIOND_MCP_ALLOW_LIFECYCLE=1; refuses if jobs are running unless force=true is set, which interrupts them.
Instructions
Restart the ActionD server daemon (stop, then start again). Requires ACTIOND_MCP_ALLOW_LIFECYCLE=1 in the MCP server environment; the call is refused with a clear error otherwise. By default it protects in-flight work: it refuses and lists the pending/running jobs unless force=true is passed, which restarts even while jobs are executing (those jobs are interrupted). Use it to pick up server-level changes — plugin manifest changes only need actiond_plugins_reload. Returns an action/changed/running/message envelope with combined stop/start output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force restart even when jobs are pending/running |