ec2_cancel_export_task: Cancels an active export task

View source: R/ec2_operations.R

ec2_cancel_export_taskR Documentation

Cancels an active export task

Description

Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.

See https://www.paws-r-sdk.com/docs/ec2_cancel_export_task/ for full documentation.

Usage

ec2_cancel_export_task(ExportTaskId)

Arguments

ExportTaskId

[required] The ID of the export task. This is the ID returned by create_instance_export_task.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.