Official Plugins (Kuzzle v2.x)
Scheduler v1.x
2

This plugin is part of the Kuzzle Enterprise Plan. If you are interested, please contact us.

delete #

Deletes a scheduler engine from an index


Query Syntax #

HTTP #

Copied to clipboard!
URL: http://kuzzle:7512/_/scheduler/engine/:index
Method: DELETE

Other protocols #

Copied to clipboard!
{
  "controller": "scheduler/engine",
  "action": "delete",
  "index": "tenant-dana",
}

Kourou #

Copied to clipboard!
kourou scheduler/engine:delete <index>