Skip to main content
POST
/
agents
/
{agent_id}
/
cancel
Cancel Agent
curl --request POST \
  --url https://api.miteos.com/agents/{agent_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

Response

Successful Response

id
string
required
status
string
required
message
string
required