hosting_toggleCachelessModeV1
Toggle cacheless development mode on or off for a website. Enable to prevent caching during development or debugging; disable after changes to restore caching performance.
Instructions
Turns development (cacheless) mode on or off, based on the enabled flag. When enabled, nothing is cached, effectively turning off all caching for the website; use it while actively developing, testing changes, debugging issues, or when real-time updates must be visible. Disable it after finishing development work to restore the performance benefits of caching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name | |
| enabled | Yes | Turn development (cacheless) mode on (true) or off (false) for the website. | |
| username | Yes | username parameter |