Resume a Paused Scheduler Task is a paid API for AI agents from agents.withzero.xyz, paid per call via MPP, price unknown, status unknown (last checked 2026-09-11).
Resumes a paused scheduled task by recomputing its next run time and flipping its status to active, failing with 409 if funds are insufficient.
Resume a paused task. 409 TASK_PAUSED_INSUFFICIENT_FUNDS if balance < ceiling. 📖 Full guide: https://scheduler.withzero.xyz/llms.txt
Returns a JSON object with the task's UUID, updated status (now 'active'), the recomputed next_run_at timestamp, current balance_available_micros, and estimated_ceiling_micros. Returns 409 TASK_PAUSED_INSUFFICIENT_FUNDS if the available balance is below the estimated cost ceiling.
POSThttps://agents.withzero.xyz/api/v1/scheduler/tasks/{id}/resumeUse this endpoint specifically when a scheduler task is in a paused state and you want to reactivate it. It automatically recomputes the next_run_at time, so you do not need to provide scheduling parameters. Prefer this over creating a new task when the existing task configuration should be preserved. Check balance_available_micros vs estimated_ceiling_micros before calling to avoid the 409 error.
{
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {},
"description": "Empty body; recomputes next_run_at and flips status to active.",
"additionalProperties": false
}| Field | Type | Description |
|---|---|---|
| idrequired | string | |
| statusrequired | string | |
| next_run_atrequired | — | |
| balance_available_microsrequired | string | |
| estimated_ceiling_microsrequired | string |
No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
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"