# create

Create one or more floating IP(s)

```
Usage: pi create fip [OPTIONS]

Allocate new floating IPs

          -e, --access-key                API access key
          -k, --secret-key                API secret key
          -r, --region                    Region name, default: gcp-us-central1
          -u, --user                      Username
          -c, --count                     Number of floating IPs to be allocated, default 1
```

```bash
$ pi create fip
fip/104.197.x.x

$ pi create fip --count=2
fip/104.197.x.x
fip/104.197.y.y
```


---

# 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/pi-docs/reference/cli/floating-ip/create.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.
