---
title: "Change Session Status"
method: POST
path: "/typebot/changeStatus/{instance}"
tags: ["Typebot Controller"]
---

# Change Session Status

`POST /typebot/changeStatus/{instance}`

Change status session

## Path parameters

- `instance` string, required

## Request body

- object
  - `remoteJid` string — {{remoteJid}}
  - `status` string — Typebot status, types: opened, paused, closed

## Response `200`

Ok

## Changes

- **2024-10-30** (v2) `73ce83376354` — 3 breaking, 1 info
  - removed the enum value `closed` of the request property `status`
  - removed the enum value `opened` of the request property `status`
  - removed the enum value `paused` of the request property `status`
  - api operation id `changeTypebotStatus` removed and replaced with `startTypebot`
- **2024-10-14** (v2) `c153448703e5` — 1 breaking, 6 info
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `changeTypebotStatus` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - api tag `Typebot Controller` added
  - …3 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 2 warning, 5 info
  - removed the request property `remoteJid`
  - removed the request property `status`
  - api operation id `changeTypebotStatus` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - …3 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/typebot/changeStatus/:instance/post.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
