Skip to content
DELETEAPI key

Stop tracking

DELETEapi.trackingmcp.com/v1/containers/{id}

Archive a container. History is kept, polling stops.

Path parameters

idstringrequired

Container id.

Response fields

Derived from the example response.

okboolean
archivedboolean
curl -X DELETE https://api.trackingmcp.com/v1/containers/ctr_9Fk2mQ \
  -H "Authorization: Bearer tmcp_YOUR_API_KEY"
Response
{ "ok": true, "archived": true }