MCPcopy Create free account
hub / github.com/cloudflare/mcp / deleteAlarm

Method deleteAlarm

worker-configuration.d.ts:584–584  ·  view source on GitHub ↗
(options?: DurableObjectSetAlarmOptions)

Source from the content-addressed store, hash-verified

582}
583interface DurableObjectState<Props = unknown> {
584 waitUntil(promise: Promise<any>): void;
585 readonly exports: Cloudflare.Exports;
586 readonly props: Props;
587 readonly id: DurableObjectId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected