Skip to main content
Weavr API
Manage

Pause bulk process

POST/bulks/{bulk_id}/pause

Pauses the bulk process identified by the bulk_id parameter, leaving it in PAUSED.

The process must be RUNNING, or the request fails with INVALID_STATE. Operations already in flight are allowed to finish; no further operations are started.

Pausing is reversible, and resume picks up where the run left off. To stop a run for good, cancel it instead.

Request

Available on
SandboxProduction

Path parameters

Responses

204No Content

Success - No Content.

Headers