Values.TerminateSessionRequestSourceTerminates 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 GetResourceDashboard operation.
type nonrec t = {applicationId : ApplicationId.t;The ID of the application that the session belongs to.
*)sessionId : SessionId.t;The ID of the session to terminate.
*)}