Stops a session that is running in an running AgentCore Runtime agent
Source:R/bedrockagentcore_operations.R
bedrockagentcore_stop_runtime_session.RdStops a session that is running in an running AgentCore Runtime agent.
See https://www.paws-r-sdk.com/docs/bedrockagentcore_stop_runtime_session/ for full documentation.
Usage
bedrockagentcore_stop_runtime_session(
runtimeSessionId,
agentRuntimeArn,
qualifier = NULL,
clientToken = NULL
)Arguments
- runtimeSessionId
[required] The ID of the session that you want to stop.
- agentRuntimeArn
[required] The ARN of the agent that contains the session that you want to stop.
- qualifier
Optional qualifier to specify an agent alias, such as
prodcode\> ordev. If you don't provide a value, the DEFAULT alias is used.- clientToken
Idempotent token used to identify the request. If you use the same token with multiple requests, the same response is returned. Use ClientToken to prevent the same request from being processed more than once.