Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.graph.muteActor

bsky-lexicons.bsky.social

Documentation

main procedure

Creates a mute relationship for the specified account. Mutes are private in Bluesky. Requires auth.

Input

Encodingapplication/json
actor stringat-identifier Required

Either a DID or an AT Protocol handle.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "actor"
      ],
      "properties": {
        "actor": {
          "type": "string",
          "format": "at-identifier"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Creates a mute relationship for the specified account. Mutes are private in Bluesky. Requires auth."
}

Lexicon Garden

@