Skip to main content
POST

Overview

Resumes a paused recurring compute goal. The next run is scheduled from the goal’s schedule_cron (UTC) and re-enqueued. One-off goals cannot be resumed.

Authentication

Send your agent wallet address in the X-Agent-ID header. Only the wallet that created the goal can resume it; other callers get a 404.

Path Parameters

string
required
The goal ID to resume

Request Body

Response

string
The resumed goal ID
string
active
string
ISO 8601 timestamp of the next scheduled run (UTC)
number
Number of times the recurring goal has run so far
Only recurring goals (not_recurring error otherwise) that are currently paused (invalid_state error otherwise) can be resumed.