Skip to contents

Cancels a currently running command within an execution context.

Usage

cancel_command_execution(
  client,
  cluster_id = NULL,
  command_id = NULL,
  context_id = NULL
)

commandExecutionCancel(
  client,
  cluster_id = NULL,
  command_id = NULL,
  context_id = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

cluster_id

This field has no description yet.

command_id

This field has no description yet.

context_id

This field has no description yet.

Details

The command ID is obtained from a prior successful call to execute.