ix keys update
Change a key's label, cap, or paused state. A revoked key cannot be updated: revocation is terminal
Usage: ix keys update [OPTIONS] <ID>
arguments
<ID>Key id, as shown byix keys ls
options
--name <NAME>New label--limit <USD>Set the spend cap, in US dollars (e.g.--limit 25). Rounded to the nearest cent, which is what the server enforces--no-limit <NO_LIMIT>Remove the spend cap, leaving the key bounded only by the account balance default: false--disable <DISABLE>Pause the key. Reversible with--enable; the secret survives, so resuming keeps the same key working default: false--enable <ENABLE>Resume a paused key default: false--output <OUTPUT>Output format one of: human, json default: human--message-format <MESSAGE_FORMAT>Error format one of: human, short, json default: human