ISPO SDK
    Preparing search index...

    Interface CloudflarePagesDeployArgs

    Markdown
    interface CloudflarePagesDeployArgs {
        projectName: string;
        slotId: string;
        timeoutMs?: number;
    }
    Index
    projectName: string

    Existing Cloudflare Pages project name.

    slotId: string

    User-bound website folder slot. The app never learns its absolute path.

    timeoutMs?: number

    End-to-end build, confirmation, and upload budget.