CancelImportTask#

Description#

Cancels an active import task.

Request Parameters#

  • ImportTaskId — The ID of the import task.

    • Type: String

    • Required: No

Response Elements#

  • importTaskId — The ID of the import task.

    • Type: String

  • previousState — The previous state of the task.

    • Type: String

  • state — The current state of the task.

    • Type: String

Examples#

c2-ec2 CancelImportTask ImportTaskId <import_task_id>