mind.kill

If a mind is no longer needed, you can delete it using the kill method.

await mind.kill({ id: mind_id });
console.log('Mind deleted');

Arguments

Parameter
Type
Description

id

string

The id of the mind to fetch

Response

Property
Type
Description

success

boolean

Indicates if the mind was successfully deleted

Last updated