refresh_instance
Invalidate the in-memory cache for a Zendesk instance after admin changes, ensuring subsequent reads reflect the updated state. Optionally target specific resource kinds like triggers.
Instructions
Invalidate the in-memory cache for an instance (or scope to specific kinds: like ["triggers"]), forcing the next call to re-fetch from Zendesk. Call this after the user makes a change in the Zendesk admin UI so subsequent reads see the new state. When kinds is omitted, the per-instance HTTP client is also dropped, so edits to instances.json (rotated tokens, fixed creds) take effect on the next call without a server restart. Most other tools also accept refresh: true for one-off invalidation; reach for refresh_instance when you need to wipe several kinds at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Optional resource kinds to invalidate (e.g. ["triggers"]); omit to wipe all kinds for the instance | |
| instance | No | Instance name; defaults to the sticky instance |