Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

delete_schedule

Delete a schedule. The agent or workflow it targeted is untouched — only the recurring run goes.

To stop a schedule without losing it, use pause_schedule.

Parameters#

NameTypeRequiredDefaultDescription
schedule_idstringyesThe schedule id

Returns#

json
{ "deleted": true, "schedule_id": "sched_abc123" }

Errors#

error_typeWhen
auth_errorMissing / invalid API key
not_foundUnknown schedule id, or one outside your organization