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

# Set Activity State

`POST /v1/Outbound/{outboundId}/Active`

Activates or deactivates a specified outbound

## Path parameters

- `outboundId` 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 outbound.

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