---
title: "Issue a command to a process"
method: PUT
path: "/api/v3/process/{id}/command"
tags: ["v16.7.2"]
---

# Issue a command to a process

`PUT /api/v3/process/{id}/command`

Issue a command to a process: start, stop, reload, restart

## Path parameters

- `id` string, required

## Request body

- ApiCommand
  - `command` 'start' | 'stop' | 'restart' | 'reload', required

## Response `200`

OK

- string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/datarhei/apis/datarhei-core-api.md) · [All operations](https://skmtc.net/datarhei/apis/datarhei-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datarhei/datarhei-core-api/versions/0197dcdcdd5a/schema)
