curl --request POST \
--url https://api.getgranite.ai/api/agent-runs/{run_id}/cancel{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Cancel an in-progress agent run and release any reserved resources
curl --request POST \
--url https://api.getgranite.ai/api/agent-runs/{run_id}/cancel{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response