Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
Delete Agent
curl --request DELETE \
  --url https://app.opencomputer.dev/v1/agents/{agentId} \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://opensandbox-feat-cf-dev-cutover.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Delete an agent. Cascades to all instances and sessions — their sandboxes are destroyed. CLI equivalent: oc agent delete <id>
agentId
string
required
Agent ID
{}