v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490380385.5 KB

Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving process is initiated. This operation is only supported in the tape gateway type.

post/#X-Amz-Target=StorageGateway_20130630.CancelArchival

Headers

X-Amz-Target'StorageGateway_20130630.CancelArchival' required

Request body

GatewayARNstring required

The Amazon Resource Name (ARN) of the gateway. Use the <a>ListGateways</a> operation to return a list of gateways for your account and Amazon Web Services Region.

TapeARNstring required

The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

Response

Success

TapeARNstring

The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

Example response

{
  "TapeARN": "arn:aws:storagegateway:us-east-1:999999999999:tape/AMZN01A2A4"
}