Skip to main content
Weavr API
Manage

Resume bulk process

POST/bulks/{bulk_id}/resume

Resumes the bulk process identified by the bulk_id parameter, returning it to RUNNING.

The process must be PAUSED, or the request fails with INVALID_STATE. Execution continues from the operation the run stopped at; operations that already ran aren't repeated.

A canceled process can't be resumed.

Request

Available on
SandboxProduction

Path parameters

Responses

204No Content

Success - No Content.

Headers