Skip to main content

miren runner uninstall

Remove systemd service for miren runner

note

This command requires the distributedrunners labs feature to be enabled.

Usage

miren runner uninstall [flags]

Flags

  • --data-path — Path to runner data (default: /var/lib/miren/runner)
  • --remove-data — Remove runner data directory

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

Uninstall the runner service:

miren runner uninstall

Uninstall and remove all runner data:

miren runner uninstall --remove-data

See also