panelica_laravel_apps_post_v1_laravel_apps_id_deploy
Deploy a Laravel application using its ID. Triggers the deployment process to update the app's live environment.
Instructions
Deploy Laravel app
HTTP: POST /v1/laravel/apps/:id/deploy Category: Laravel Apps Required scopes: apps:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |