> For the complete documentation index, see [llms.txt](https://targets.takomo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://targets.takomo.io/configuration/deploying-targets.md).

# Deploying targets

## Deploying config sets

You use the [deploy targets command](/command-line-usage/deploy-targets.md) to deploy stacks configured in config sets that are attached to deployment targets. For detailed information about the command, please see [here](/command-line-usage/deploy-targets.md).

#### Example

Here's an example showing how to deploy config sets to all targets under the **all/application** group:

```bash
tkm targets deploy all/application
```

## Removing config sets

You use the [undeploy targets command](/command-line-usage/undeploy-targets.md) to remove stacks configured in config sets that are attached to deployment targets. For detailed information about the command, please see [here](/command-line-usage/undeploy-targets.md).

#### Example

Here's an example demonstrating how to remove config sets from the **sandbox** target:

```bash
tkm targets undeploy --target sandbox
```
