stopCodeInterpreterSession
inline suspend fun BedrockAgentCoreClient.stopCodeInterpreterSession(crossinline block: StopCodeInterpreterSessionRequest.Builder.() -> Unit): StopCodeInterpreterSessionResponse
Terminates an active code interpreter session in Amazon Bedrock. This operation stops the session, releases associated resources, and makes the session unavailable for further use.
To stop a code interpreter session, you must specify both the code interpreter identifier and the session ID. Once stopped, a session cannot be restarted; you must create a new session using StartCodeInterpreterSession
.
The following operations are related to StopCodeInterpreterSession
: