# Deploying targets

## Deploying config sets

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

#### 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](https://targets.takomo.io/command-line-usage/undeploy-targets) to remove stacks configured in config sets that are attached to deployment targets. For detailed information about the command, please see [here](https://targets.takomo.io/command-line-usage/undeploy-targets).

#### Example

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

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