run_occ
Run OCC commands inside the Nextcloud container to perform administrative tasks such as status checks, configuration, and database operations.
Instructions
Executes arbitrary OCC command inside the Nextcloud container (nextcloud-app).
Args: command: The occ command string, e.g. "status --output=json" or "app:list"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |