> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cli-ionosctl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object.md).

# object

- [copy](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/copy.md): Copy an object
- [delete](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/delete.md): Delete an object or all objects from a bucket
- [get](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/get.md): Download an object to a file
- [head](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/head.md): Get object metadata
- [legal](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/legal.md)
- [hold](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/legal/hold.md)
- [get](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/legal/hold/get.md): Get the legal hold status of an object
- [put](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/legal/hold/put.md): Apply or remove a legal hold on an object
- [list](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/list.md): List objects in a bucket
- [put](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/put.md): Upload a file as an object
- [retention](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/retention.md)
- [get](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/retention/get.md): Get the Object Lock retention configuration for an object
- [put](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/retention/put.md): Apply a retention configuration to an object
- [tagging](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/tagging.md)
- [delete](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/tagging/delete.md): Delete the tagging configuration for an object
- [get](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/tagging/get.md): Get the tagging configuration for an object
- [put](https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object/tagging/put.md): Create or replace the tagging configuration for an object


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cli-ionosctl/subcommands/object-storage/object.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
