Skip to main content
POST
/
watch-folders
/
service
/
stop
Stop the watch folder service
curl --request POST \
  --url http://localhost:6699/api/v1/watch-folders/service/stop \
  --header 'X-License-Key: <api-key>'
{
  "message": "<string>",
  "state": "<string>",
  "was_running": true
}

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Response

200 - application/json

Service stopped

message
string
state
string
was_running
boolean
Last modified on February 18, 2026