salt-key
Verified for current stable LTS
Salt Key Command: Reject Minion Key By Name
Use for reject minion key by name with Salt Key. Exact CLI syntax to reject minion key by name using Salt Key.
When to use this: Use for reject minion key by name with Salt Key.
Command Syntax
salt-key -r <MINION_ID> salt-key -r <MINION_ID> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to reject minion key by name using Salt Key.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Salt Key Command: Accept Minion Key By Name
salt-key -a <MINION_ID> Salt Key Command: List Minion Keys salt-key -L Salt Key Command: Print Fingerprints Of All Public Keys salt-key -F Grep Command: Search For A Pattern In All Files Recursively grep -rI "<search_pattern>" <path/to/directory> Grep Command: Use Extended Regexes Case Insensitive grep -Ei "<search_pattern>" <path/to/file>