Skip to main content

Abort a backfill job

POST 

/v1/:mailerID/backfill/:jobId/abort

Cancels an in-flight backfill job. The worker's slice loop stops cleanly at its next iteration, leaving the job in a terminal 'cancelled' state. A job owned by another tenant or an unknown job returns 404; a job already finished (done/failed/cancelled) returns 409. Backfill is currently supported only for Google (Gmail) OAuth IMAP mailboxes.

Request

Path Parameters

    mailerID stringrequired

    Mailer ID

    jobId stringrequired

    Backfill Job ID

Responses

Backfill cancelled

Schema

    jobId string
    status string
    success boolean
Loading...