Skip to main content
POST
/
safe-house
/
quarantine
/
{quarantine_id}
/
release
Release a quarantined message back to the agent
curl --request POST \
  --url https://api.mnemom.ai/v1/safe-house/quarantine/{quarantine_id}/release \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_false_positive": false
}
'
{
  "quarantine_id": "<string>",
  "false_positive_recorded": true
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

quarantine_id
string
required

Body

application/json
is_false_positive
boolean
default:false

Response

Released.

quarantine_id
string
status
enum<string>
Available options:
released
false_positive_recorded
boolean