Restart a Bulk Job
Restart a bulk job in full, from failed rows, or from a specified position.
Path parameters
UUID identifier of the bulk job.
Request body
Response
Restart accepted.
Changes
Changed in 4 of the 8 revisions of this API.55
- ▲
the
allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status400response-property-type-changed
- ▲
the
oneOf[InvalidApiKeyError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status401response-property-type-changed
- ▲
the
oneOf[MissingAuthenticationError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status401response-property-type-changed
- ▲
the
oneOf[ProfileNotFoundError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status404response-property-type-changed
- ▲
the
oneOf[ResourceNotFoundError]/allOf[ErrorResponse]/errors/items/instanceresponse's property type/format changed fromstring/uritostring/uri-referencefor status404response-property-type-changed
- ▲
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
- ○
added the new optional request property
modenew-optional-request-property
- ○
added the new optional request property
startRowIndexnew-optional-request-property
- ○
added the new optional request property
startShardIndexnew-optional-request-property
- ○
- ○
endpoint added
endpoint-added
- ○