Memory

Evict from Memory

Removes a task run, monitor, or FindAll run from the selected memory without deleting the original resource.

post/v1beta/memory/evict

Request body

memory_scope_keystring nullable

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

kind'task' | 'monitor' | 'findall' required

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

idstring required

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

Response

Source removed from memory.

Changes