MCP documentation | MCP docs for agents
ark_override_load_status
ark.override_load_status
Change a visible load from Pending to Dispatched using the same status override rule as the ARK UI.
- Availability
- Expanded preview
- Scopes
loads:write- ARK permissions
canOverrideLoadStatus- Team visibility
- Required and enforced
- Approval policy
ask_before_write- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
loadIdstringrequiredVisible ARK load ID.
format: uuid
fromStatusstringrequiredCurrent status required for the override.
one of: Pending
toStatusstringrequiredTarget status supported by the status override action.
one of: Dispatched
Result
The tool returns the canonical ark.override_load_status 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.