Skip to main content
POST
/
api
/
sandboxes
/
{id}
/
agent
/
{sid}
/
kill
Kill Agent Session
curl --request POST \
  --url https://app.opencomputer.dev/api/sandboxes/{id}/agent/{sid}/kill \
  --header 'X-API-Key: <api-key>'
{}
Terminate the agent session.
id
string
required
Sandbox ID
sid
string
required
Agent session ID
{}