Skip to main content

replicated vm

Manage test virtual machines.

Synopsis

The 'vm' command allows you to manage and interact with virtual machines (VMs) used for testing purposes. With this command, you can create, list, remove, update, and manage VMs, as well as retrieve information about available VM versions.

Examples

# Create a single Ubuntu VM
replicated vm create --distribution ubuntu --version 20.04

# List all VMs
replicated vm ls

# Remove a specific VM by ID
replicated vm rm <vm-id>

# Update TTL for a specific VM
replicated vm update ttl <vm-id> --ttl 24h

Options

  -h, --help   help for vm

Options inherited from parent commands

      --app string                The app slug or app id to use in all calls
--integration-test string Set to the name of the integration test to run
--log-api-calls string Log the API calls to the specified file
--token string The API token to use to access your app in the Vendor API

SEE ALSO

Auto generated by spf13/cobra on 22-Jan-2025