---
title: "Disable Schedule"
method: POST
path: "/schedules/{schedule_id}/disable"
tags: ["Schedules"]
---

# Disable Schedule

`POST /schedules/{schedule_id}/disable`

## Path parameters

- `schedule_id` string, required

## Response `200`

Successful Response

- ScheduleStateResponse — Trimmed response for state-changing operations (enable/disable).
  - `id` string, required
  - `name` string, required
  - `enabled` boolean, required
  - `next_run_at` integer, nullable
  - `updated_at` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
