---
title: "Stop reel motor"
method: PUT
path: "/api/v1/reel/stop"
tags: ["v1", "reel-movement"]
---

# Stop reel motor

`PUT /api/v1/reel/stop`

Immediately stops reel motor operation and sets motor speed to zero.

Stop operations provide immediate cessation of all motor movement and can be issued regardless of current motor state. This is the primary method for halting ongoing wind, unwind, or positioning operations under normal conditions.

Stop commands are always processed and take priority over other movement commands, making this endpoint essential for safe operation control.

**NOTE**: If Active Hold Position is enabled, once the reel stops AHP will start its position maintainence procedure until a movement command is received.

## Response `200`

Successful Response

- StopResponse — Response for stop motor operations.
  - `action` string, required — The action that was requested or performed by the endpoint
  - `error` boolean, required — Indicates whether the operation encountered an error
  - `error_msgs` string[] — List of error messages if the operation failed
  - `result` ReelMotorControlResult, required — Result data for motor control operations.
    - `speed` integer, required — Current or target motor speed percentage after operation. Represents the motor speed setting following the requested operation. For stop operations, this will be 0. For speed updates, this reflects the new target speed.

## Other responses

- `401` — Could not validate credentials
- `403` — Setup required before using this endpoint
- `500` — Internal server error

---

[API](https://skmtc.net/reach-systems-tech/apis/reelapi-v1.md) · [All operations](https://skmtc.net/reach-systems-tech/apis/reelapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reach-systems-tech/reelapi-v1/versions/1dd366a9c6a3/schema)
