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

# Change Session Status

`POST /typebot/settings/{instance}`

Set settings typebot

## Path parameters

- `instance` string, required

## Request body

- object
  - `expire` string, required — Time to expire session bot
  - `keywordFinish` string, required — Keyword to finished session
  - `delayMessage` string, required — Delay when the bot send message
  - `unknownMessage` string, required — Unrecognized message
  - `listeningFromMe` string, required
  - `stopBotFromMe` string, required — Stop bot when I send message
  - `keepOpen` string, required — Keep session open
  - `debounceTime` string, required — Time
  - `ignoreJids` string, required — Jids ignore from bot
  - `typebotIdFallback` string, required — Id fallback

## Response `200`

Ok

---

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