process

Stop a process

Gracefully stop a running process

delete/process/{identifier}

Path parameters

identifierstring required

Process identifier (PID or name)

Response

Process stopped

messagestring required
pathstring

Example response

{
  "message": "File created successfully",
  "path": "/path/to/file"
}

Changes