MCP documentation | MCP docs for agents

ark_stop_tracking_for_inactive_dispatch

ark.stop_tracking_for_inactive_dispatch

Stop active tracking sessions after a visible dispatch or deleted load has already become inactive.

Availability
Expanded preview
Scopes
loads:dispatch
ARK permissions
canAssignLoads
Team visibility
Required and enforced
Approval policy
ask_before_send
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
Yes
External side effect
Yes
Rate limit
OAuth MCP credential and organization budgets

Input

loadIdstringrequired

Visible ARK load ID.

format: uuid

dispatchIdstring | null

Inactive dispatch ID. Required unless reason is load_delete.

format: uuid

reasonstring

one of: cancel_dispatch, tonu_recover, tonu_deliver, repower, load_delete, dispatch_inactive; default: "dispatch_inactive"

Result

The tool returns the canonical ark.stop_tracking_for_inactive_dispatch operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.