Hi ,
Having following questions on Knime Server Large Rest API
- Is there any Rest API to halt all workflow jobs from rest API ?
- Rest API to change the pinning on executors (Add/Remove) ?
Hi ,
Having following questions on Knime Server Large Rest API
Hi,
everything you can do in KNIME Explorer concerning jobs etc you can do via the REST API of KNIME Server.
Cheers,
Moritz
@moritz.heine , . We are using knime large with distributed architecture multiple executor .
Is there a way to start/stop all the executors from Rest API/ please share the steps for the same.
Hi,
this is not possible since the main idea of distributed executors (now KNIME Executors) is that they’re handled separately depending on your architecture. For example using AWS, Kubernetes etc.
You might be interested in the newly added features of KNIME Server 4.11:
https://www.knime.com/knime-features-for-the-enterprise
And especially the elastic hybrid execution:
https://www.knime.com/elastic-hybrid-execution
Cheers,
Moritz