Schedule a transform to start now

POST /_transform/{transform_id}/_schedule_now

Instantly runs a transform to process data.

If you _schedule_now a transform, it will process the new data instantly, without waiting for the configured frequency interval. After _schedule_now API is called, the transform will be processed again at now + frequency unless _schedule_now API is called again in the meantime.

Path parameters

Query parameters

  • timeout string

    Controls the time to wait for the scheduling to take place

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • acknowledged boolean Required

      For a successful response, this value is always true. On failure, an exception is returned instead.

POST /_transform/{transform_id}/_schedule_now
curl \
 -X POST http://api.example.com/_transform/{transform_id}/_schedule_now