Skip to content
NetworkCoordination
AGH RuntimeNetwork

agh network coordination disable

Disable workspace coordination conversations

Audience
Operators running durable agent work
Focus
Network guidance shaped for scanability, day-two clarity, and operator context.

agh network coordination disable

Disable workspace coordination conversations

agh network coordination disable [flags]

Options

  -h, --help             help for disable
      --run-id string    Task run id for server-owned invitation eligibility
      --scope string     Coordination scope: workspace or task (default "workspace")
      --task-id string   Task id when --scope=task

Options inherited from parent commands

      --json               Emit JSON output
  -o, --output string      Output format: human, json, jsonl, or toon (default "human")
      --workspace string   Workspace root, name, or ID for scoped network data

Output Formats

Every AGH command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

agh network coordination disable -o json

On this page