# Curl:schedules

**Page:** api/curl-schedules

[Download Raw Markdown](./api/curl-schedules.md)

---

## API Endpoints Summary

- **GET** `/api/v1/curl/schedule` — List all scheduled jobs
- **POST** `/api/v1/curl/schedule` — Create a recurring scheduled job
- **GET** `/api/v1/curl/schedule/{id}` — Get schedule details
- **DELETE** `/api/v1/curl/schedule/{id}` — Delete a schedule
- **PATCH** `/api/v1/curl/schedule/{id}/toggle` — Enable or disable a schedule

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```