Skip to content

Stop Query Execution

athena_stop_query_execution R Documentation

Stops a query execution

Description

Stops a query execution. Requires you to have access to the workgroup in which the query ran.

Usage

athena_stop_query_execution(QueryExecutionId)

Arguments

QueryExecutionId

[required] The unique ID of the query execution to stop.

Value

An empty list.

Request syntax

svc$stop_query_execution(
  QueryExecutionId = "string"
)