Run site command
forge_run_site_command⚠️ Runs an arbitrary shell command in the site's directory on the server. Use with care. Forge v2: POST /orgs/{organization}/servers/{server}/sites/{site}/commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site id. | |
| server | Yes | Server id. | |
| command | Yes | The shell command to run, e.g. "php artisan migrate --force". | |
| organization | Yes | Organization id. |