hosting_toggleCachelessModeV1
Turn development (cacheless) mode on to disable caching for real-time updates, or off to restore cached 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 |