create
--name
: The name of the desktop to create. Defaults to a generated name.--provider
: The provider type for the desktop. Options are ‘ec2’, ‘gce’, ‘qemu’ and ‘docker’. Default is ‘docker’.--image
: The image to use for the desktop. Defaults to Ubuntu Jammy.--memory
: The amount of memory (in GB) for the desktop. Default is 4.--cpu
: The number of CPU cores for the desktop. Default is 2.--disk
: The disk size for the desktop. Format as ‘<size>gb’. Default is ‘30gb’.--reserve-ip
: Whether to reserve an IP address for the desktop. Default is False.--ssh-key
: The SSH key for the desktop. Optional.get
--name
: The name of the desktop to retrieve. If not provided, all desktops will be listed.--provider
: The provider type for the desktop. Optional.delete
name
: The name of the desktop to delete.view
name
: The name of the desktop to view.refresh
provider
: The provider type for the desktop.stop
name
: The name of the desktop to stop.start
create
to start a local desktop.
name
: The name of the desktop to start.clear_cache
agentdesk --help
or agentdesk <command> --help
.