---
title: "POST /api/v1/schedules"
method: POST
path: "/api/v1/schedules"
tags: ["Schedules"]
---

# POST /api/v1/schedules

`POST /api/v1/schedules`

## Request body

- CreateScheduleRequestDto
  - `workflowId` string, uuid, required
  - `workflowVersionId` string, uuid
  - `name` string, required
  - `description` string, nullable
  - `cronExpression` string, required
  - `timezone` string, required
  - `humanLabel` string, nullable
  - `overlapPolicy` 'skip' | 'buffer' | 'allow'
  - `catchupWindowSeconds` integer
  - `inputPayload` object
    - `runtimeInputs` object
    - `nodeOverrides` object

## Response `201`

---

[API](https://skmtc.net/shipsecai/apis/shipsec-studio-api.md) · [All operations](https://skmtc.net/shipsecai/apis/shipsec-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipsecai/shipsec-studio-api/revisions/cc60562ad9f3/schema)
