Force Completion of the Files job
PUT/qlibs/:qlibid/q/:qwtoken/file_jobs/:filesjobid/force_completion
Force completion may be used to force a job to completion after ingest failures.
- unresolved ingests as well as unterminated uploads or downloads are discarded, and
- files that were resolved but are not complete are deleted and
- all parts finalized. Depending on the distribution of the files data and the part layout, this may leave some parts with unused data. Response is the same as returned by the Resume operation.
Request
Responses
- 202
- 401
- 409
- 410
- default
The request was accepted and the files job was forcibly completed.
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
Ingest is currently running after a call to resume.
Ingest already completed and force completion is not possible.
A generic error message.