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


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

Truncate Active 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_/active_job/{job_id}/
To determine the UUID for a job, see Get Active Jobs.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request truncates the job with the UUID d79c9e54-0c4f-4e82-8e99-218b03ab02cb.
DELETE http://blackpearl-hostname/_rest_/active_job/d79c9e54-0c4f-4e82-8e99-218b03ab02cb HTTP/1.1
Sample Response
HTTP/1.1 204 No Content