delete_context
Remove contexts by name, supporting single or bulk deletion. Returns errors for missing contexts.
Instructions
Delete context by name (forced eviction by agent). Supports both single and bulk operations.
Single: provide 'name' (str). Bulk: provide 'names' (list[str]) or 'name' as list[str]. For bulk operations, returns list of results with errors for missing contexts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||