Gaffer documentation
/
Gaffer REST API Resources
/
Gaffer
Site
Getting started
Gaffer REST API Resources
Page
DELETE /<pid>
Resource URL
Parameters
Source
DELETE /<pid>
¶
View
Stop a process.
Resource URL
¶
http://localhost:5000/pid
Parameters
¶
None
Example of request
DELETE
http://localhost:5000/1
Response
{ "ok": true }
resources informations
Authentication
Require an admin
HTTP Method
GET