---
title: "Activate emergency stop"
method: PUT
path: "/api/v1/reel/activate-estop"
tags: ["v1", "emergency"]
---

# Activate emergency stop

`PUT /api/v1/reel/activate-estop`

Immediately activates the emergency stop system to halt all reel motor operations.

When activated, the emergency stop system prevents any motor movement commands from executing, ensuring safe shutdown of reel operations. The system maintains its emergency stop state until explicitly deactivated.

Emergency stop activation is a critical safety operation that takes priority over all other reel functions. Normal reel operations cannot resume until emergency stop is deactivated.

## Response `200`

Successful Response

- EmergencyStopActivateResponse — Response for emergency stop activation requests. Activates the emergency stop system to immediately halt all reel motor operations. Emergency stop takes priority over all other motor commands and maintains its state until explicitly deactivated.
  - `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` EmergencyStopResult, required — Result data for emergency stop operations.
    - `is_active` boolean, required — Current emergency stop activation status. Indicates whether the emergency stop system is currently active. When active (true), all motor operations are halted and normal reel controls are disabled. When inactive (false), normal reel operations are permitted.

## 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)
