---
title: "Update Scheduled Task"
method: PUT
path: "/scheduled-tasks/{task_id}"
---

# Update Scheduled Task

`PUT /scheduled-tasks/{task_id}`

Update a scheduled task.

Args:
    task_id: Task ID to update
    request: Update request data
    user_org_data: Current user and organization data
    
Returns:
    Success message

## Path parameters

- `task_id` string, required

## Request body

- RoutesScheduledTasksUpdateScheduledTaskRequest — Request model for updating a scheduled task.
  - `scheduled_at` string, date-time, nullable — New scheduled time
  - `task_config` object, nullable — Updated task configuration

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/f8600f7a4ae3/schema)
