Create Environment
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Body
The properties of the Environment being created.
Response
Arbitrary, user-specified metadata. Keys and values must adhere to Kubernetes constraints: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set Additionally, the "fireworks.ai/" prefix is reserved.
The URI of the base container image used for this environment.
Information about the current environment connection.
The email address of the user who created this environment.
The creation time of the environment.
The URI of the container image used for this environment. This is a image is an immutable snapshot of the base_image_ref when the environment was created.
Whether the environment is shared with all users in the account. This allows all users to connect, disconnect, update, delete, clone, and create batch jobs using the environment.
The URI of the latest container image snapshot for this environment.
The current state of the environment.
STATE_UNSPECIFIED
, CREATING
, DISCONNECTED
, CONNECTING
, CONNECTED
, DISCONNECTING
, RECONNECTING
, DELETING
The current error status of the environment.
Was this page helpful?