curl --request POST \
--url https://api.example.com/api/v1/beam/backfills/{job_id}/cancel
Backfills
Cancel backfill
Cancels a running backfill job.
POST
/
api
/
v1
/
beam
/
backfills
/
{job_id}
/
cancel
Cancel backfill
curl --request POST \
--url https://api.example.com/api/v1/beam/backfills/{job_id}/cancel
POST /api/v1/beam/backfills/{job_id}/cancel
Sends a cancellation signal to a running backfill job. The job will stop at the next phase boundary and transition to cancelled. Resources (topics, worker pods) are torn down automatically.Path parameters: