---
title: "Disable the suggestion schedule"
method: DELETE
path: "/api/v1/models/{modelId}/suggestions/schedule"
tags: ["AI Model Suggestions"]
---

# Disable the suggestion schedule

`DELETE /api/v1/models/{modelId}/suggestions/schedule`

Disables the daily generation schedule for the shared model. Idempotent. Requires organization admin permissions.

## Path parameters

- `modelId` string, uuid, required — UUID of the shared model the suggestions belong to

## Response `200`

The schedule is disabled

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `400` — Malformed `modelId`
- `401` — Authentication required
- `403` — Feature not enabled, AI disabled, model is not a shared model, or caller lacks organization admin permissions
- `404` — Model not found in this organization
- `405` — Method not allowed

---

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