Skip to main content

miren runner remove

Remove a registered runner and clean up resources

note

This command requires the distributedrunners labs feature to be enabled.

Usage

miren runner remove <node> [flags]

Arguments

  • node — Runner to remove (name, ID, or short ID)

Flags

  • --cluster, -C — Cluster name
  • --config — Path to the config file
  • --force, -f — Force removal even if the runner has active sandboxes

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

Remove a runner by name:

miren runner remove my-runner

Force remove a runner with active sandboxes:

miren runner remove my-runner --force

See also