Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
packages
/
{pkg}
Uninstall Package
curl --request DELETE \
  --url https://app.opencomputer.dev/v1/agents/{agentId}/packages/{pkg} \
  --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.

Uninstall a package from an agent. Data is preserved by default — reinstalling reconnects to existing data. CLI equivalent: oc agent uninstall <id> <package>
agentId
string
required
Agent ID
pkg
string
required
Package name (e.g. gbrain)
{}