> ## Documentation Index
> Fetch the complete documentation index at: https://ralphy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ralphy queue

> Manage the local job queue (add work, watch progress, cancel, retry)

## Summary

```bash theme={"dark"}
ralphy queue [options] [command]
```

**Common flags**

| Flag           | Description                                                                                        |
| -------------- | -------------------------------------------------------------------------------------------------- |
| `--auto-start` | Spawn the daemon if it's not running before applying the subcommand (default off) (default: false) |

<Expandable title="Full reference">
  **Flags**

  | Flag           | Description                                                                                        |
  | -------------- | -------------------------------------------------------------------------------------------------- |
  | `--auto-start` | Spawn the daemon if it's not running before applying the subcommand (default off) (default: false) |
  | `-h, --help`   | display help for command                                                                           |
</Expandable>
