orgo_start_project
Start all computers in a project simultaneously with batch operation. Each computer boots in under 500ms using the specified project ID.
Instructions
Start all computers in a project.
Batch operation to boot all computers simultaneously.
Computers boot in under 500ms each.
Args:
params (ProjectIdInput): Input containing:
- project_id (str): Project ID
Returns:
str: Confirmation message
Examples:
- "Start all computers in project proj_123" -> params with project_id="proj_123"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |