Skip to main content
Weavr API
Manage

Execute bulk process

POST/bulks/{bulk_id}/execute

Launches execution of operations of any bulk process identified by the bulk_id parameter.

The status of the bulk process has to be in a SUBMITTED state and after execution initiates, the bulk process state is set to RUNNING.

The final state of execution can be any of

COMPLETED: the execution of the bulk process is complete and all bulk operations of the bulk process were executed successfully

FAILED: none of the operations of the bulk process have executed.

PARTIALLY_COMPLETED: the execution of the bulk process is complete and some of the bulk operations of the bulk process failed.

This operation is asynchronous and will return immediately. You can track the status of the execution of the bulk process through Get bulk process. You can also pause execution through bulkIdPause

Request

Path parameters

Request body

*
application/json
{}
BulkProcessExecuteBulkProcessExecute · object · 2 fields

Responses

204No Content

Success - No Content.

Headers