v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
AI Model Suggestions

Disable the suggestion schedule

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

delete/api/v1/models/{modelId}/suggestions/schedule

Path parameters

modelIdstring uuid required

UUID of the shared model the suggestions belong to

Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890

UUID of the shared model the suggestions belong to

Response

The schedule is disabled

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}