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

# Deactivate emergency stop

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

Deactivates the emergency stop system to restore normal reel operations.

Deactivation releases the emergency stop lock and allows normal motor control operations to resume. The system returns to its previous operational state, ready to accept movement commands.

Exercise caution when deactivating emergency stop - ensure the area is clear and safe for reel operations before proceeding.

## Response `200`

Successful Response

- EmergencyStopDeactivateResponse — Response for emergency stop deactivation requests. Deactivates the emergency stop system to restore normal reel operations. Ensures the operational area is clear before deactivating emergency stop, as normal motor controls will resume functionality.
  - `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)
