admin
ipc_stop
Stop hosting the multi-process broker socket.
strata ipc stopdb.admin.ipc_stop() -> 'Any'wire ipc_stop
Stops hosting the same-machine broker socket for this store: the listener stops accepting connections and the store is no longer reachable by new clients. Run from a client, it forwards to the owner, which stops hosting (ending that client's own connection). The store stays open in this process; the socket files are unlinked when the owner closes. Idempotent - a process that was not hosting reports `stopped: false`.
Status commands return a scalar or compact status payload and do not mutate database state.
To see the complete help for this command, run:
strata ipc stop --helphelp(db.admin.ipc_stop)
Example
Stop hosting the multi-process broker socket.
strata ipc stopdb.admin.ipc_stop().stoppedReturns
StatusResponse<AdminIpcStop>
- dataAdminIpcStop
- typestring
Errors
Recover by code. Retry policy and commit outcome come from the shipped error registry.
| Code | Retry | Commit outcome |
|---|---|---|
| failed_precondition.engine.runtime_closed | never | not_started |