---
title: "Create Schedule"
method: POST
path: "/api/schedules/"
tags: ["schedules"]
---

# Create Schedule

`POST /api/schedules/`

Create a new schedule for a workflow

## Request body

- ScheduleCreate
  - `workflow_id` string, required
  - `schedule_type` string, required
  - `time_of_day` string
  - `days_of_week` string, nullable
  - `day_of_month` integer, nullable
  - `cron_expression` string, nullable
  - `timezone` string
  - `is_enabled` boolean
  - `notification_email` string, nullable
  - `notify_on_start` boolean
  - `notify_on_complete` boolean
  - `notify_on_failure` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
