Cancel Job braket_cancel_job R Documentation Cancels an Amazon Braket job¶ Description¶ Cancels an Amazon Braket job. Usage¶ braket_cancel_job(jobArn) Arguments¶ jobArn [required] The ARN of the Amazon Braket job to cancel. Value¶ A list with the following syntax: list( cancellationStatus = "CANCELLING"|"CANCELLED", jobArn = "string" ) Request syntax¶ svc$cancel_job( jobArn = "string" )