Deactivate Provider
opendata_providers_deactivateDeactivates an open data provider by removing its tools from the advertised list and notifying the client to refetch.
Instructions
Remove a previously-activated provider's tools from the session's advertised list. The Python module remains imported (Python caches modules) but its tools no longer appear in tools/list. A tools/list_changed notification is sent so the client refetches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider_id | Yes | Provider id to deactivate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| provider_id | No | ||
| tools_removed | No |