Forget a node's stored admin password
forget_credentialPermanently delete the stored login credential for a node, reverting to the environment default. Use to reset a node's password to the global setting.
Instructions
Remove the server's stored login password for node. Subsequent admin / remote get_node_health calls fall back to the env default credential (the guest password, unless MESHCORE_LOGIN_PASSWORD / MESHCORE_NODE_PASSWORDS is set). removed is false when no entry existed — the end state is the same either way. Marked destructive: the stored password is gone after this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | contact name or hex public-key prefix of the node |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| removed | Yes |