Skip to contents

Terminates the specified session. After you terminate a session, it enters the TERMINATING state and then the TERMINATED state. You can still access the Spark History Server for a terminated session through the get_resource_dashboard operation.

See https://www.paws-r-sdk.com/docs/emrserverless_terminate_session/ for full documentation.

Usage

emrserverless_terminate_session(applicationId, sessionId)

Arguments

applicationId

[required] The ID of the application that the session belongs to.

sessionId

[required] The ID of the session to terminate.