$ contree kill --helpusage: contree kill [-h] [-a] [uuid]Cancel a running operation.Sends a DELETE request to stop the specified operation. Use --all tocancel every active operation (PENDING, ASSIGNED, EXECUTING) in one go.positional arguments: uuid Operation UUIDoptions: -h, --help show this help message and exit -a, --all Cancel all active operationsfor coding agents: mutating command use UUID to cancel one operation, or --all to cancel all active onesagent note: Before using this command in an automated workflow, read: contree agent