orgo_delete_project
Permanently delete a project and all its computers. This destructive action removes all computers and their data, and cannot be undone.
Instructions
Permanently delete a project and ALL its computers.
WARNING: This is destructive and cannot be undone.
All computers and their data in the project will be lost.
Args:
params (ProjectIdInput): Input containing:
- project_id (str): Project ID from orgo_list_projects
Returns:
str: Confirmation message
Examples:
- "Delete project proj_123" -> params with project_id="proj_123"
Error Handling:
- Returns "Error: Resource not found..." if project doesn't exist
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |