orgo_start_computer
Start a stopped computer by providing its ID. Use this tool to boot computers in under 500ms for management through the Orgo MCP Server.
Instructions
Start a stopped computer.
Boots in under 500ms. Use orgo_list_computers to find computer IDs.
Args:
params (ComputerIdInput): Input containing:
- computer_id (str): Computer ID to start
Returns:
str: Confirmation message
Examples:
- "Start computer abc123" -> params with computer_id="abc123"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |