---
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`

## Changes

> 49 revisions in range; 1 could not be searched.

- **2026-01-23** `8b91978abc31` — 3 info
  - added the new optional request property `inputPayload/nodeOverrides/additionalProperties/inputOverrides`
  - added the new optional request property `inputPayload/nodeOverrides/additionalProperties/params`
  - removed 'propertyNames' constraint from the request property `inputPayload/nodeOverrides/additionalProperties/`
- **2025-12-09** `b061da15f775` — 1 info
  - endpoint added
- **2025-10-24** `8db531c050e5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shipsecai/apis/shipsec-studio-api/changes/api/v1/schedules/post.md)

---

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