Skip to content

Cancel Quantum Task

braket_cancel_quantum_task R Documentation

Cancels the specified task

Description

Cancels the specified task.

Usage

braket_cancel_quantum_task(quantumTaskArn, clientToken)

Arguments

quantumTaskArn

[required] The ARN of the quantum task to cancel.

clientToken

[required] The client token associated with the cancellation request.

Value

A list with the following syntax:

list(
  quantumTaskArn = "string",
  cancellationStatus = "CANCELLING"|"CANCELLED"
)

Request syntax

svc$cancel_quantum_task(
  quantumTaskArn = "string",
  clientToken = "string"
)