# Content Negotiation

Remove content negotiation, added by [`vela enable content-negotiation`](/enable/content-negotiation).

### Syntax

```
$ vela disable content-negotiation
```

### Options

- `-y, --yes` - Skip the confirmation prompt

### What it removes

- The generated `sveltekit-negotiate` files, including the demo page, from wherever enabling wrote it
- The negotiate wrapper around the `handle` hook
- The `reroute` hook, preserving the [i18n](/enable/i18n) composition if it is in use
- The `<Negotiate />` component in the root layout