---
title: "Terminate the specified process"
method: GET
path: "/api/v1/stop/{id}"
tags: ["stop"]
---

# Terminate the specified process

`GET /api/v1/stop/{id}`

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

## Path parameters

- `id` integer, required

## Response `200`

Returns the status of the process just before termination

- Process
  - `pid` integer — Actual pid assigned by the OS for this pVAC-Seq run
  - `id` integer — Unique process ID used for accessing the process data through the api
  - `command` string — The shell command issued to start this pVAC-Seq run
  - `status` string — The most recent message sent by pVAC-Seq
  - `log` string — The full output transcript from pVAC-Seq
  - `output` string — The output folder of the specified process
  - `running` boolean — Indicates whether or not the process is still running
  - `attached` boolean — Indicates whether or not the process is still directly attached to the server, or if the process has become orphaned

## Other responses

- `default` — Unexpected error

## Changes

- **2016-08-22** `b8d950489829` — 1 info
  - endpoint added
- **2016-08-18** `b9374f52ce51` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema/changes/api/v1/stop/:id/get.md)

---

[API](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema.md) · [All operations](https://skmtc.dev/griffithlab/apis/pvacseq-server-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/griffithlab/pvacseq-server-schema/revisions/4890f685ade7/schema)
