Skip to content

mise bootstrap services remove

  • Usage: mise bootstrap services remove [-n --dry-run] <NAME>
  • Effect: destructive — may delete or irreversibly overwrite
  • Source code: src/cli/bootstrap.rs

Remove an installed user-scope service, declared or not

Deleting a scope = "user" declaration leaves its installed unit, agent, or task in place; this removes it once. The next mise bootstrap recreates it if it is still declared.

Arguments

  • <NAME> — The installed user-service name to remove (declared or not)

Flags

  • -n --dry-run — Print what would change without changing anything
  • -h --help — Print help
MIT LicenseCopyright © 2026jdx.dev