## stackit image Manage server images ### Synopsis Manage the lifecycle of server images. ``` stackit image [flags] ``` ### Options ``` -h, --help Help for "stackit image" ``` ### Options inherited from parent commands ``` -y, --assume-yes If set, skips all confirmation prompts --async If set, runs the command asynchronously -o, --output-format string Output format, (one of: [json, pretty, none, yaml]) -p, --project-id string Project ID --region string Target region for region-specific requests --verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info") ``` ### SEE ALSO * [stackit](./stackit.md) - Manage STACKIT resources using the command line * [stackit image create](./stackit_image_create.md) - Creates images * [stackit image delete](./stackit_image_delete.md) - Deletes an image * [stackit image describe](./stackit_image_describe.md) - Describes image * [stackit image list](./stackit_image_list.md) - Lists images * [stackit image update](./stackit_image_update.md) - Updates an image