# delete

Delete one or more floating IP(s)

```
Usage: pi delete fips FIP [OPTIONS]

Release a floating IP

          -e, --access-key                API access key
          -k, --secret-key                API secret key
          -r, --region                    Region name, default: gcp-us-central1
          -u, --user                      Username
          --all                           Delete all fips
```

```bash
$ pi delete fip 35.188.x.x 35.192.y.y
fip "35.188.x.x" deleted
fip "35.192.y.y" deleted
```

> If the fip is used by services, then it can not be deleted.


---

# 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/delete.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.
