Spectra Logic
1-800-833-1132 : 1-303-449-6400


Spectra S3 Bucket, Object, and Job Operations : Job Operations : Truncate Job

Truncate Job
Description
Cancel the specified job that is in progress. Any objects in the job that were written in their entirety to physical data stores are retained. Any objects in the job that were received in their entirety in cache are retained. The BlackPearl system does not expect any more objects from the job.
Note:
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/job/{job_id}/
To determine the UUID for a job, see Get Jobs.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request truncates the job with the UUID 77bd575b-35c7-4586-b0c3-15bd5023c9d7.
DELETE http://blackpearl-hostname/_rest_/job/77bd575b-35c7-4586-b0c3-15bd5023c9d7 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content