admin

ipc_stop

Stop hosting the multi-process broker socket.

strata ipc stop

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 --help

Example

Stop hosting the multi-process broker socket.

strata ipc stop

Returns

StatusResponse<AdminIpcStop>

  • dataAdminIpcStop
  • typestring

Errors

Recover by code. Retry policy and commit outcome come from the shipped error registry.

CodeRetryCommit outcome
failed_precondition.engine.runtime_closednevernot_started
← All 11 Admin commands

agents: this page as markdown → /docs/reference/admin/ipc_stop.md