miren sandbox delete
Delete a dead sandbox
Usage
miren sandbox delete <sandboxid> [flags]
Arguments
sandboxid— ID of the sandbox to delete
Flags
--cluster, -C— Cluster name--config— Path to the config file--force, -f— Force delete without confirmation
Global Options
--options— Path to file containing options--server-address— Server address to connect to (default:127.0.0.1:8443)--verbose, -v— Enable verbose output
Examples
Delete a sandbox:
miren sandbox delete sb_abc123
Force delete without confirmation:
miren sandbox delete sb_abc123 --force