Skip to main content
POST
/
api
/
v1
/
tam
/
build
/
{job_id}
/
pause
Pause TAM Builder Job
curl --request POST \
  --url https://api.openfunnel.dev/api/v1/tam/build/{job_id}/pause \
  --header 'X-API-Key: <x-api-key>'
{
  "job_id": "8a8e8a97-8192-48ff-849a-d8a96e949732",
  "status": "pausing",
  "message": "Pause requested. The in-flight sub process will finish and be written, then the job will pause. Resume with POST /api/v1/tam/build/8a8e8a97-8192-48ff-849a-d8a96e949732/resume."
}

Headers

X-API-Key
string
required

Path Parameters

job_id
string
required

The job_id returned by the TAM build submit endpoint.

Response

Pause accepted; the job is now pausing (or already paused).

Returned when a pause is requested.

job_id
string
required
status
string
default:pausing
required

pausing (will pause at the next band boundary) or already paused.

message
string
required