actiond_server_stop
Stop the ActionD server daemon, requiring ACTIOND_MCP_ALLOW_LIFECYCLE=1. Refuses if jobs are running unless force=true is passed, which interrupts them. Returns a status envelope.
Instructions
Stop the ActionD server daemon. 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 stops the server even while jobs are executing (those jobs are interrupted). Stopping an already-stopped server is a no-op. Returns an action/changed/running/message envelope with the daemon output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force stop even when jobs are pending/running |