Skip to content

Cancel Run

omics_cancel_run R Documentation

Cancels a run using its ID and returns a response with no body if the operation is successful

Description

Cancels a run using its ID and returns a response with no body if the operation is successful. To confirm that the run has been cancelled, use the list_runs API operation to check that it is no longer listed.

Usage

omics_cancel_run(id)

Arguments

id

[required] The run's ID.

Value

An empty list.

Request syntax

svc$cancel_run(
  id = "string"
)