> ## Documentation Index
> Fetch the complete documentation index at: https://namespace.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# nsc integrations tailscale remove

Remove a named Tailscale integration spec.

`integrations tailscale remove` deletes a named Tailscale integration spec
from your workspace. Once removed, the OAuth client, tags, and MagicDNS
setting bundled in that spec are no longer available, and instances can no
longer reference it by name to join your tailnet.

Use [`nsc integrations tailscale list`](/docs/reference/cli/integrations-tailscale-list)
to find the name of the spec you want to remove before running this command.

## Usage

```bash theme={null}
nsc integrations tailscale remove <name> [--output <format>]
```

### Example

```bash theme={null}
nsc integrations tailscale remove my-network
```

## Options

<h3 id="--output--o-format">
  \--output, -o \<format>
</h3>

One of `plain` or `json`. Defaults to `plain`.

## Related Topics

* [nsc integrations tailscale list](/docs/reference/cli/integrations-tailscale-list)
* [nsc integrations tailscale set](/docs/reference/cli/integrations-tailscale-set)
