All Products
Search
Document Center

Apsara File Storage NAS:CancelRecycleBinJob

Last Updated:Mar 14, 2024

Cancels a running job of the recycle bin.

Operation description

  • Only General-purpose NAS file systems support this operation.
  • You can cancel only jobs that are in the Running state. You cannot cancel jobs that are in the PartialSuccess, Success, Fail, or Cancelled state.
  • If you cancel a running job that permanently deletes files, you cannot restore the files that are already permanently deleted.
  • If you cancel a running job that restores files, you can query the restored files from the file system, and query the unrestored files from the recycle bin.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdstringYes

The job ID.

rb-15****ed-r-1625****2441

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

98696EF0-1607-4E9D-B01D-F20930B6****

Examples

Sample success responses

JSONformat

{
  "RequestId": "98696EF0-1607-4E9D-B01D-F20930B6****"
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalCharactersThe parameter contains illegal characters.The parameter contains illegal characters.
400MissingJobIdJobId is mandatory for this action.JobId is mandatory for this action.
403OperationDenied.ConflictThe operation is in conflict with (% JobId). Please try again later.The operation is in conflict with (% JobId). Please try again later.
404InvalidJobId.NotFoundThe specified JobId(%JobId) does not exist.The specified JobId (%JobId) does not exist.

For a list of error codes, visit the Service error codes.