orgo_stop_project
Stop all computers in a project to save costs. Computers can be restarted later with orgo_start_project.
Instructions
Stop all computers in a project.
Batch operation to stop all computers and save costs.
Computers can be restarted later with orgo_start_project.
Args:
params (ProjectIdInput): Input containing:
- project_id (str): Project ID
Returns:
str: Confirmation message
Examples:
- "Stop all computers in project proj_123" -> params with project_id="proj_123"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |