Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
instances
/
{id}
Delete Instance
curl --request DELETE \
  --url https://app.opencomputer.dev/v1/agents/{agentId}/instances/{id} \
  --header 'X-API-Key: <api-key>'
{}
Delete an instance. Kills the backing sandbox.
agentId
string
required
Agent ID
id
string
required
Instance ID
{}