Stop a running auto-improve process of an agent (deprecated method)
DELETEhttps://platform.docana.com/api/v1/agents/:agentId/auto-improve/stop/
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated spelling of POST /api/v1/agents/{agentId}/auto-improve/stop/: stopping is an action, not a resource deletion, so POST is the canonical method. Behaves identically.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The process was stopped
Invalid query parameters or run/agent mismatch
The API key or session is missing, expired, or malformed.
No write access to the application
Run not found or already stopped
Unexpected server error.