Skip to main content
DELETE
/
api
/
sandboxes
/
{id}
/
preview
/
{port}
Delete Preview URL
curl --request DELETE \
  --url https://app.opencomputer.dev/api/sandboxes/{id}/preview/{port} \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt

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

Delete a preview URL.
id
string
required
Sandbox ID
port
string
required
Port number
{}