hosting_toggleMemcachedObjectCacheV1
Activate or deactivate Memcached object cache for a WordPress installation using the installation ID and enabled flag.
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 |