Pause Scheduled Task is a paid API for AI agents from scheduler.withzero.xyz, paid per call via MPP, metered — billed by usage, status unknown (last checked 2026-09-12, last successful call 2026-08-10).
Manually pauses a scheduled cron task so that all future runs are skipped until the task is explicitly resumed.
Manually pause a task. Future runs are skipped until resumed. 📖 Full guide: https://scheduler.withzero.xyz/llms.txt
Returns a JSON object with the task's UUID, updated status (paused), the timestamp when it was last paused (last_paused_at), and the reason for pausing (last_paused_reason), confirming the task will skip all future scheduled runs.
POSThttps://scheduler.withzero.xyz/api/v1/tasks/{id}/pauseUse this endpoint when you need to temporarily halt a recurring cron task without deleting it or closing its payment channel. Prefer this over deletion when you plan to resume the task later. This is the right choice when you want to freeze execution due to upstream issues, maintenance windows, or cost control, and intend to call the resume endpoint afterward.
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"description": "Empty body; pauses the task.",
"additionalProperties": false
}| Field | Type | Description |
|---|---|---|
| idrequired | string | |
| statusrequired | string | |
| last_paused_atrequired | — | |
| last_paused_reasonrequired | — |
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"