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


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

Cancel Active Job
Description
Cancel a 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 unless the force flag is used. Additionally, if the force flag is used, any objects in the job that were partially written to physical data stores (regardless of whether or not they are completely written to cache) are deleted and any space the object pieces consumed on physical data stores are marked as eligible for reclamation. The BlackPearl system does not expect any more objects from the job.
Note:
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/active_job/{job_id} ?force
To determine the UUID for a job, see Get Active Jobs.
Request Parameters 
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request cancels the job with the UUID e140e1a3-4938-4615-b08d-6dd7a7e79e4f.
DELETE http://blackpearl-hostname/_rest_/active_job/e140e1a3-4938-4615-b08d-6dd7a7e79e4f HTTP/1.1
Sample Response
HTTP/1.1 204 No Content