> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/sdk-provider/propiedades/disabled.md).

# disabled

## Details

**Attribute:** `disabled`

**Type:** `boolean`

**Default value:** `undefined`

## Morphology

```typescript
provider.disabled = true;
```

## Description

Disables the Tracking and Flow services of the SDK when it is integrated `facephi-sdk-provider` in capture-only mode.

### Considerations

If you use File Uploader with `disabled` enabled, the upload will not finish and the Flow will not continue.

***

## Example

```jsx
<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    disabled={true}
/>
```
