Helpers
Cancel TAM Builder Job
Request cancellation of a running TAM build. Flips the job to a transient cancelling state; the worker stops at its next band boundary, keeps the companies already built (readable via the poll endpoint), and charges only the delivered unique count. Already-finished jobs (completed / failed / cancelled) return 409.
POST
Cancel TAM Builder Job
Previous
Pause TAM Builder JobPause a running TAM build at the next ICP-band boundary - **resumable** (unlike cancel, which is terminal). The job flips to a transient `pausing` state, the in-flight process finishes and is written, then it settles to `paused`. Delivered companies stay readable via the poll endpoint, and you are charged only for what's been delivered so far. Resume with `POST /api/v1/tam/build/{job_id}/resume`
Next
Cancel TAM Builder Job