Environments
Create Environment
$ ant beta:environments createCreate a new environment with the specified configuration.
List Environments
$ ant beta:environments listList environments with pagination support.
Get Environment
$ ant beta:environments retrieveRetrieve a specific environment by ID.
Update Environment
$ ant beta:environments updateUpdate an existing environment's configuration.
Delete Environment
$ ant beta:environments deleteDelete an environment by ID. Returns a confirmation of the deletion.
Archive Environment
$ ant beta:environments archiveArchive an environment by ID. Archived environments cannot be used to create new sessions.
Models
EnvironmentsWork
Get Work Item
$ ant beta:environments:work retrieveNote: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Poll for Work
$ ant beta:environments:work pollNote: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Acknowledge Work
$ ant beta:environments:work ackNote: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Record Heartbeat
$ ant beta:environments:work heartbeatNote: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Stop Work
$ ant beta:environments:work stopNote: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
List Work Items
$ ant beta:environments:work listNote: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Update Work Item
$ ant beta:environments:work updateNote: these endpoints are called automatically by the pre-built environment worker provided in the SDKs and CLI, for orchestrating sessions with self-hosted sandbox environments. They are included here as a reference; you do not need to invoke them directly.
Get Queue Statistics
$ ant beta:environments:work statsGet statistics about the work queue for an environment.