manage_module_archive
Archive or unarchive a module in a project by passing project ID, module ID, and archive boolean.
Instructions
Archive or unarchive a module.
Args: project_id: UUID of the project module_id: UUID of the module archive: True to archive the module, False to unarchive it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive | Yes | ||
| module_id | Yes | ||
| project_id | Yes |