v1

latestSwagger 2.02026-07-1712424.3 KB
stop

Terminate the specified process

This endpoint closes the requested process if it is still running. / id must refer to a valid process id started by the current user

get/api/v1/stop/{id}

Path parameters

idinteger required

Process id of an active pVAC-Seq run

Response

Returns the status of the process just before termination

pidinteger

Actual pid assigned by the OS for this pVAC-Seq run

idinteger

Unique process ID used for accessing the process data through the api

commandstring

The shell command issued to start this pVAC-Seq run

statusstring

The most recent message sent by pVAC-Seq

logstring

The full output transcript from pVAC-Seq

outputstring

The output folder of the specified process

runningboolean

Indicates whether or not the process is still running

attachedboolean

Indicates whether or not the process is still directly attached to the server, or if the process has become orphaned