Skip to content

Commit 607cedb

Browse files
authored
Mention how to disable the rest api
1 parent 97dee09 commit 607cedb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sources/k6/next/using-k6/k6-options/reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ k6 run --address "localhost:3000" script.js
104104

105105
{{< /code >}}
106106

107+
If you don't want to enable the HTTP server then sets the value to an empty string `k6 run -a '' script.js`.
108+
107109
## Batch
108110

109111
The maximum number of simultaneous/parallel connections in total that an

0 commit comments

Comments
 (0)