Enable or disable an account
set_account_enabledEnable or disable an account without deleting its tokens. Disabled accounts are excluded from all operations, including read fan-outs.
Instructions
Enable or disable an account without deleting its tokens. A disabled account is excluded from every operation, including read fan-outs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | The account id to act on, e.g. "work" or "personal". Required whenever more than one account could apply. | |
| enabled | Yes | true to enable, false to disable. |