---
layout: docs
page_title: client-agent pause - Command
description: >-
The "client-agent pause" command pauses the Client Agent so that it does not intercept DNS requests.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# client-agent pause
Command: `boundary client-agent pause`
The `boundary client-agent pause` command lets you temporarily stop the Client Agent.
When the Client Agent is paused, it does not intercept DNS requests and you cannot use transparent sessions.
## Example
The following command pauses the Client Agent:
```shell-session
$ boundary client-agent pause
```
## Usage
```shell-session
$ boundary client-agent pause [options] [args]
```
### Command options
- `client-agent-port=` - Specifies the port on which the Client Agent listens.
You can also specify the port using the **BOUNDARY_CLIENT_AGENT_LISTENING_PORT** environment variable.
@include 'cmd-option-note.mdx'