> For the complete documentation index, see [llms.txt](https://xcaspar1.gitbook.io/chaosblade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xcaspar1.gitbook.io/chaosblade/blade_create/blade_create_network_delay.md).

# blade create network delay

Delay experiment

## Synopsis

Delay experiment

```
blade create network delay
```

## Options

```
      --exclude-port string   Exclude one local port, for example 22 port. This flag is invalid when --local-port or --remote-port is specified
  -h, --help                  help for delay
      --interface string      Network interface, for example, eth0 (required)
      --local-port string     Port for local service
      --offset string         Delay offset time, ms
      --remote-port string    Port for remote service
      --time string           Delay time, ms (required)
      --timeout string        set timeout for experiment
```

## Options inherited from parent commands

```
  -d, --debug   Set client to DEBUG mode
```

## SEE ALSO

* [blade create network](/chaosblade/blade_create/blade_create_network.md)     - Network experiment

### Auto generated by spf13/cobra on 11-Jul-2019


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xcaspar1.gitbook.io/chaosblade/blade_create/blade_create_network_delay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
