Suspend Batch operation
PUT/batch-operations/:batchOperationId/suspension
Suspends a running batch operation. This is done asynchronously, the progress can be tracked using the batch operation status endpoint (/batch-operations/{batchOperationId}).
Request
Responses
- 204
- 400
- 403
- 404
- 500
The batch operation pause request was created.
The provided data is not valid.
Forbidden. The request is not allowed.
Not found. The batch operation was not found.
An internal error occurred while processing the request.