---
title: "Set Presence"
method: POST
path: "/instance/setPresence/{instance}"
tags: ["Instance Controller"]
---

# Set Presence

`POST /instance/setPresence/{instance}`

Deletes instance

## Path parameters

- `instance` string, required

## Request body

- object
  - `presence` 'available' | 'unavailable', required

## Response `200`

Ok

## Other responses

- `404` — Instance not found

## Changes

- **2024-10-14** (v2) `c153448703e5` — 2 breaking, 5 info
  - added the new required request property `presence`
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `setPresence` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - …3 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 1 warning, 6 info
  - removed the request property `presence`
  - api operation id `setPresence` removed and replaced with ``
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - api tag `Instance` added
  - …3 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/instance/setPresence/: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)
