Cancel a command.
cancel_command_execution.Rd
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
)