Developer Documentation
Our new developer documentation is now available. Please check it out!

Images

Images are the base building blocks of your deployments. They contain the software and configuration needed to run your game servers and services. This guide will show you how to manage images in your ODIN Fleet account using the CLI.

Warning

In code, we sometimes refer to images as Binary. This is the same thing as an Image. In some data structures (like in ServerConfig) we refer to deployments in a binaryId. We plan to deprecate this terminology in the future.

Overview

The images commands allow you to manage images in your account. You can create new images, list existing images, and delete images that are no longer needed.

Usage

odin fleet images <command>

Commands

  • List: List all images in your account.
  • Get: Display detailed information about an image.
  • Create: Create a new image.
  • Delete: Delete an image.
  • ~Update~: Update an image (not yet implemented).