---
title: "Set Activity State"
method: POST
path: "/v1/Inbound/{inboundId}/Active"
tags: ["Inbound"]
---

# Set Activity State

`POST /v1/Inbound/{inboundId}/Active`

Run or Pause a specific inbound

## Path parameters

- `inboundId` string, required

## Request body

- SetActiveRequest — Defines the request structure for setting the active status of an entity.
  - `isActive` boolean, required — A boolean value that specifies the new active status of the entity. True activates the entity, while false deactivates it.

## Response `200`

The active state of the inbound.

- integer — Here is the activity status `1 - Running` `2 - Paused` `3 - Suspended` `10 - TemporaryMaintenance`

## Other responses

- `400` — Error

---

[API](https://skmtc.net/nlpearl/apis/nlpearl-client-api.md) · [All operations](https://skmtc.net/nlpearl/apis/nlpearl-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nlpearl/nlpearl-client-api/versions/52d64fc5d6e9/schema)
