Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.23 KB

File metadata and controls

41 lines (25 loc) · 1.23 KB

Requirements Class "Dismiss"

The Dismiss requirement class specifies how to dismiss a job.

When a job is dismissed, the operation can include the cancellation of a pending or running job, the removal of artifacts from a running or finished job, a combination of both, and further data management procedures not specifically prescribed by this standard.

Response

Example 1. A dismissed job encoded as JSON.
link:../examples/json/StatusInfo-dismissed.json[role=include]

Error situations

See [http_status_codes] for general guidance.

If the process with the specified identifier does not exist on the server, the status code of the response SHALL be 404 (see /req/core/process-exception/no-such-process).

If the job with the specified identifier does not exist, the status code of the response SHALL be 404 (see /req/core/job-results-exception/no-such-job).