Table of contents

Disable Live Harvesting

Periodically, the GrayMeta Platform will check the enabled Containers for changes, and if it detects any, will initiate a re-harvest of those items, ensuring the metadata is kept up-to-date.

To disable the “live harvesting” feature, make the following request:

PUT /api/data/features/disabled_live_harvesting
{"enabled": true}

To enable the “live harvesting” feature, make the following request:

PUT /api/data/features/disabled_live_harvesting
{"enabled": false}

Response

{
    "ok": true
}

This documentation is generated from the latest version of GrayMeta Platform. For documentation relevant to your own deployed version, please use the documentation inside the application.