> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.CloudflarePagesDeployArgs.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface CloudflarePagesDeployArgs

```typescript
interface CloudflarePagesDeployArgs {
    projectName: string;
    slotId: string;
    timeoutMs?: number;
}
```

Types: [projectName](#projectname), [slotId](#slotid), [timeoutMs](#timeoutms)

##### Index

### <a id="properties"></a>Properties

[projectName](#projectname) [slotId](#slotid) [timeoutMs?](#timeoutms)

## <a id="properties-1"></a>Properties

### <a id="projectname"></a>projectName

```typescript
projectName: string
```

Existing Cloudflare Pages project name.

### <a id="slotid"></a>slotId

```typescript
slotId: string
```

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

### <a id="timeoutms"></a>`Optional`timeoutMs

```typescript
timeoutMs?: number
```

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