ctrl-c
DELETE
const response = await fetch(`https://api.onkernel.com/invocations/${invocationId}/browsers`, { method: 'DELETE', headers: { 'Authorization': `Bearer ${process.env.KERNEL_API_KEY}`, 'Content-Type': 'application/json' } });
import { Kernel } from '@onkernel/sdk'; await Kernel.invocations.delete(invocationId);