cURL
curl -X POST "https://app.cotool.ai/api/chat/overrideTimedWait" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"chatId":"string","toolCallId":"string"}'
{ "success": true, "message": "<string>" }
Cancel a pending native wait timer and resume execution immediately.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Request body for overriding a pending timed wait prompt from the UI
Unique identifier of the chat with the pending timed wait
The tool call ID of the timed wait to override
Successful response
Response indicating whether the timed wait was overridden
Whether the timed wait override was successfully processed
Error or status message
Was this page helpful?