---
title: "Create Schedule"
method: POST
path: "/connect/schedules/{workflow_name}"
tags: ["Connect Schedules"]
---

# Create Schedule

`POST /connect/schedules/{workflow_name}`

Create a new execution schedule for the selected workflow.

## Parameters

- `#/paths/~1connect~1schedules~1%7Bworkflow_name%7D/get/parameters/0` — unresolved $ref
- `#/paths/~1connect~1schedules/get/parameters/1` — unresolved $ref

## Request body

- object
  - `expression` string, required — CRON expression of the schedule.
  - `params` object — Runtime parameters for the workflow.
  - `version` integer, required — Version of the workflow.

## Response `201`

Created

- object
  - `rule_name` string — Rule ID of the schedule.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
