Skip to main content
POST
/
api
/
cloud
/
agents
/
{id}
/
reset-memory
cURL
curl --request POST \
  --url https://api.bedrock.orinlabs.org/api/cloud/agents/{id}/reset-memory/ \
  --header 'Authorization: <api-key>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string<uuid>
required

A UUID string identifying this Agent.

Response

200 - application/json

Serializer for agent run response.

status
string
required