Block an account
block_accountBlock a Bluesky account to sever the relationship both ways, removing follows and hiding your posts from them. Requires explicit confirmation, and reversing won't restore follows.
Instructions
Block an account. This is visible to them and severs the relationship in both directions: it removes any follow either way, and hides your posts from them. Reversible with unblock_account, but the follows do not come back. Needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle or DID. | |
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. | |
| confirm | No | Must be true for this to run. The result is public immediately or cannot be undone, so it is refused without an explicit confirmation. |