Skip to main content
sandbox create provisions a standalone VM, not tied to any specific scenario, and registers it as a host and agent in the DB. Use it when you want a persistent environment for ad-hoc tasks, manual testing, or experimenting with agent behavior outside of a scenario run.

sandbox create

After creation, the runner prints SSH access details and the delete command:

sandbox delete

Deletes a standalone target created with sandbox create: destroys the VM and removes the host and agent from the DB.
Use sandbox restore (see VM from Scenario) for environments created with sandbox prepare, not sandbox delete. The runner will error if you mix them up.