Skip to content

Cancel Job

braket_cancel_job R Documentation

Cancels an Amazon Braket hybrid job

Description

Cancels an Amazon Braket hybrid job.

Usage

braket_cancel_job(jobArn)

Arguments

jobArn

[required] The ARN of the Amazon Braket hybrid job to cancel.

Value

A list with the following syntax:

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

Request syntax

svc$cancel_job(
  jobArn = "string"
)