v1
latestOpenAPI 3.0.3MIT2026-07-17241338.5 KBExternal
Cancel write intent
Cancels a pending external write intent, preventing the agent from writing to the external provider.
post/api/orgs/{org}/external/write-intents/{name}/cancel
Path parameters
orgstring required
Example:default
Organization slug
namestring required
Example:write-intent-push-abc
Write intent resource name
Request body
Example request
{
"cancelledBy": "alice"
}Response
Write intent cancelled