Disable model AI suggestions schedule
This endpoint requires Organization Admin permissions.
Disable the daily generation schedule for AI model suggestions on a shared model.
This operation is idempotent: calling it multiple times returns success even if the schedule is already disabled.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
UUID of the shared model the suggestions belong to
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
Schedule disabled successfully. Returns confirmation even if the schedule was already disabled.
true

