Cancel Team Run
Request cancellation for run_id. After any required ownership check, local and factory teams store cancellation intent keyed by run ID and mark known member runs for cancellation. For admins and otherwise unscoped callers, this also supports cancel-before-start for an unregistered ID. Cancellation is cooperative and may not be immediate. HTTP 200 does not confirm that an active run existed or that cancellation was delivered to a remote team.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Session ID used to verify run ownership. Required when the caller is user-scoped: service accounts, and non-admin JWT users when user isolation is enabled. Admin and otherwise unscoped callers can omit it.
Response
Cancellation request accepted. The empty response does not confirm run existence or remote delivery.