# call

Usage: hyper func call \[OPTIONS] NAME

Call a function

```
--help             Print usage
--sync             Block until the call is completed
```

## Examples

**Call a function and pass a payload:**

```
$ echo "Hello" | hyper func call helloworld
CallId: 218b7b10-e7f1-4c48-ac3c-66792f8ffc06
```

**Notes**

* The finished/failed function call will be removed once the command with `--sync` parameter is successfully called.


---

# Agent Instructions: 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://hyperhq.gitbook.io/docs-hyper-sh/index-2/index/index-7/call.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.
