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>'
{}

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 instance. Kills the backing sandbox.
agentId
string
required
Agent ID
id
string
required
Instance ID
{}