action rumble_upgrade_agent { label: "Force an agent to update and restart" provider: rumble method: POST path: "/org/agents/{agent_id}/update" encoding: json input: { type: "object" properties: { agent_id: { type: "string" format: "uuid" } } required: ["agent_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }