Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { DeleteInternRequest } from "@openrouter/sdk/models";
let value: DeleteInternRequest = {
acknowledgeWorkspaceLoss: true,
};
| Field | Type | Required | Description |
|---|---|---|---|
acknowledgeWorkspaceLoss | boolean | :heavy_minus_sign: | Delete even though the workspace backup was not confirmed. Defaults to false, which refuses the teardown when a workspace archive is missing. |