reboot_agent

Reboot an agent or a specific SIM slot (cellular only).

Reboot an agent or a specific SIM slot (cellular only).

Destructive · Writes data · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.

Parameters

FieldTypeRequiredDescription
agentstringYesAgent hostname or UUID (from list_agents)
confirmbooleanYesMust be true to execute. Without confirm=true, returns a preview.
slot_idnumberNoSpecific SIM slot ID to reboot (cellular only, from get_agent slots)
typestring (cellular | ethernet | smartphone)NoAgent type. Only needed to narrow the lookup; a hostname resolves its own type.

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "agent": "string",
  "confirm": false
}

Description

Requires confirm=true to execute. Without it, returns a preview of what will be rebooted.

Identify the agent with either of its identifiers — the hostname list_agents shows, or its UUID. Use get_agent to see slot IDs for slot-level reboot.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on