conflict
The request conflicts with the current state of the resource. Wait for the resource to reach the expected state and retry.
Details
When does this occur?
Example response
{
"type": "https://docs.warp.dev/reference/api-and-sdk/troubleshooting/errors/conflict",
"title": "Pending agent runs cannot be cancelled, retry after a moment.",
"status": 409,
"instance": "/api/v1/agent/tasks/abc123/cancel",
"error": "Pending agent runs cannot be cancelled, retry after a moment.",
"retryable": true
}How to resolve
Related
Last updated
Was this helpful?