---
title: "Stop Endpoint"
method: POST
path: "/endpoints/{endpoint_id}/stop"
tags: ["Endpoints"]
---

# Stop Endpoint

`POST /endpoints/{endpoint_id}/stop`

Stop an active endpoint.

## Path parameters

- `endpoint_id` string, required

## Response `200`

Stop result.

- StartStopResponse
  - `endpoint_id` string — Unique endpoint ID.
  - `is_active` boolean — Active status after the operation.
  - `message` string — Result message.

## Other responses

- `500` — Failed to stop.

---

[API](https://skmtc.net/aieev/apis/aircloud-external-api.md) · [All operations](https://skmtc.net/aieev/apis/aircloud-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aieev/aircloud-external-api/versions/5cb76994bce9/schema)
