Skip to content
POSTAPI key

Force a re-poll

POSTapi.trackingmcp.com/v1/containers/{id}/recheck

Ask the connectors to refresh this box now, rather than waiting for the next cycle.

Path parameters

idstringrequired

Container id.

Response fields

Derived from the example response.

okboolean
queuedboolean
curl -X POST https://api.trackingmcp.com/v1/containers/ctr_9Fk2mQ/recheck \
  -H "Authorization: Bearer tmcp_YOUR_API_KEY"
Response
{ "ok": true, "queued": true }