Delete a deployment.
Fetch a single deployment by id. Throws RoomNotFoundError if not found.
Fetch the latest version of a deployment.
List cloud agent deployments (paginated, async-iterable).
List a deployment's console logs (paginated, async-iterable). This is a historical query (default: last 24h), not a live stream.
Re-point a deployment at a version, or stop it. activate: true rolls onto
versionId; activate: false stops the running version. (Not needed after
AgentsResource.deploy, which already activates.)
Cloud agent deployments —
vsdk.agents.deployment.