Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING
or EXECUTING
state. When you cancel a task, Amazon FSx does the following.
Any files that FSx has already exported are not reverted.
FSx continues to export any files that are “in-flight” when the cancel operation is received.
FSx does not export any files that have not yet been exported.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
cancel-data-repository-task
--task-id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--task-id
(string)
Specifies the data repository task to cancel.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
See ‘aws help’ for descriptions of global parameters.
Lifecycle -> (string)
The lifecycle status of the data repository task, as follows:
PENDING
- Amazon FSx has not started the task.
EXECUTING
- Amazon FSx is processing the task.
FAILED
- Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.
SUCCEEDED
- FSx completed the task successfully.
CANCELED
- Amazon FSx canceled the task and it did not complete.
CANCELING
- FSx is in process of canceling the task.
TaskId -> (string)
The ID of the task being canceled.