reset_profile
Clear and remove the host-scoped profile for a workspace to reset configuration to defaults. Use when profile data causes issues or needs a clean slate.
Instructions
Safely clear and remove the host-scoped profile for the specified workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Configuration scope ('project' or 'global', defaults to 'project') | |
| host_id | No | Host identifier (optional, auto-detected from adapter if omitted) | |
| workspace | No | Workspace directory path (defaults to current working directory) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reset | Yes | Whether reset state is confirmed | |
| scope | Yes | Scope reset | |
| cleared | Yes | Whether profile file was cleared | |
| host_id | Yes | Host identifier | |
| message | Yes | Reset outcome message | |
| success | Yes | Whether profile reset succeeded |