Skip to main content
POST
Evict from Memory

Authorizations

x-api-key
string
header
required

Body

application/json
kind
enum<string>
required

Kind of source to evict: task, monitor, or findall.

Available options:
task,
monitor,
findall
id
string
required

ID of the task run, monitor, or FindAll run to evict.

Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9_-]+$
memory_scope_key
string | null

User-provided key identifying the memory scope to use. Omit to use personal memory, if available.

Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9_-]+$

Response

Source removed from memory.