---
title: "PUT /workflow-schedule/{schedule_id}"
method: PUT
path: "/workflow-schedule/{schedule_id}"
tags: ["workflow_schedule"]
---

# PUT /workflow-schedule/{schedule_id}

`PUT /workflow-schedule/{schedule_id}`

## Path parameters

- `schedule_id` string, uuid, required

## Request body

- UpdateWorkflowScheduleRequest
  - `cron_schedule` string, nullable
  - `git_commit_hash` string, nullable
  - `name` string, nullable
  - `paused` boolean, nullable

## Response `200`

Successfully updated workflow schedule

- WorkflowScheduleInfo
  - `chat_session_id` string, uuid, required
  - `cron_schedule` string, nullable
  - `git_commit_hash` string, nullable
  - `id` string, uuid, required
  - `name` string, required
  - `next_run_time` string, nullable
  - `paused` boolean, required

## Other responses

- `400` — Invalid request
- `403` — Access denied
- `404` — Workflow schedule not found

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
