aws_session_clear
Remove profile and region overrides to revert to default environment variables. Clear both or specify which to reset.
Instructions
Remove session-set profile and/or region overrides so subsequent calls fall back to env vars / defaults. No args clears both. Pass profile: true or region: true to clear just one. Use when the user says 'go back to the default profile,' 'unset the region,' or 'reset session.'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | If true, clear the session profile override. Default false. | |
| region | No | If true, clear the session region override. Default false. |