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

# Start Endpoint

`POST /endpoints/{endpoint_id}/start`

Start an inactive endpoint. The organization must have sufficient credit balance. The endpoint must be active before scaling replicas.

## Path parameters

- `endpoint_id` string, required

## Response `200`

Start 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 start (insufficient balance, resource allocation failure, etc.).

---

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