Toggle Memcached object cache
hosting_toggleMemcachedObjectCacheV1Toggle Memcached object cache for a WordPress installation by enabling or disabling it. Provide the WordPress software ID to update its caching status.
Instructions
Activate or deactivate the Memcached object cache for the specified WordPress
installation, based on the enabled flag.
Provide the WordPress installation (software) identifier in the path. It can
be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Activate (true) or deactivate (false) the Memcached object cache for the WordPress installation. | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |