orgo_stop_computer
Stop a running virtual computer to reduce costs while preserving all data. The computer can be restarted later when needed.
Instructions
Stop a running computer to save costs.
The computer can be restarted later with orgo_start_computer.
Data on the computer is preserved.
Args:
params (ComputerIdInput): Input containing:
- computer_id (str): Computer ID to stop
Returns:
str: Confirmation message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |