panelica_laravel_apps_post_v1_laravel_apps_id_scheduler
Configure the scheduler for a Laravel application to run automated tasks. Use this tool to set cron jobs and manage recurring task execution.
Instructions
Set scheduler
HTTP: POST /v1/laravel/apps/:id/scheduler 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. |