> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# curator:runschedule

> Run the scheduled commands as queuing or queued

Runs the scheduled commands as queuing or queued.

**Arguments:**

| Argument | Required | Description                                       |
| -------- | -------- | ------------------------------------------------- |
| `type`   | Yes      | Schedule type: `combined`, `queued`, or `queuing` |

**Example:**

```bash theme={null}
php artisan curator:runschedule combined
```
