aws_session_clear
Clear session profile and region overrides so later AWS calls use environment variables or default settings. Call with no arguments to reset both, or set profile/region true to clear one.
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 |
|---|---|---|---|
| region | No | If true, clear the session region override. Default false. | |
| profile | No | If true, clear the session profile override. Default false. |