# lol.dids.admin.rebuildSnapshot

> Published by [ngerakines.me](https://lexicon.garden/identity/did:plc:cbkjy5n7bk3ax2wplmtjofq2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/lol.dids.admin.rebuildSnapshot)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/lol.dids.admin.rebuildSnapshot/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/lol.dids.admin.rebuildSnapshot/examples)

## Definitions

### `lol.dids.admin.rebuildSnapshot`

**Type**: `procedure`

Force re-materialization of a snapshot from the content-addressed store without refetching from the publisher's repository.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cid` | `string` (cid) | No | Rebuild this record version; absent rebuilds the active one. |
| `domain` | `string` | Yes | The hostname. |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `jobId` | `string` | Yes |  |

## Raw Schema

```json
{
  "id": "lol.dids.admin.rebuildSnapshot",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "Rebuild this record version; absent rebuilds the active one."
            },
            "domain": {
              "type": "string",
              "maxLength": 253,
              "description": "The hostname."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "jobId"
          ],
          "properties": {
            "jobId": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Force re-materialization of a snapshot from the content-addressed store without refetching from the publisher's repository."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
