API Reference
Remove a per-job task YAML override
DELETE
/api/jobs/{id}/tasks/{taskKey}/override
Resets the DAG node to the pinned task version from the task library. Admin only.
Operation IDdeleteJobTaskOverride
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
taskKeystringrequiredSuccess response body
200Override removed
Override removed
Content typeapplication/json
responseobject2 properties
okbooleanoverridden_task_keysarray<string>Array items
itemstringError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}